[COMMITTERS] pgsql: Generate pg_basebackup temporary slot name using backend pid

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема [COMMITTERS] pgsql: Generate pg_basebackup temporary slot name using backend pid
Дата
Msg-id E1dG8sL-0005rO-2A@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Generate pg_basebackup temporary slot name using backend pid

Using the client pid can easily be non-unique when used on different
hosts. Using the backend pid should be guaranteed unique, since the
temporary slot gets removed when the client disconnects so it will be
gone even if the pid is renewed.

Reported by Ludovic Vaugeois-Pepin

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2712da8b64b4e399a2666cce2c25329f4f834f2d

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Restore accidentally-removed line.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Always use -fPIC, not -fpic,when building shared libraries with