[COMMITTERS] pgsql: Generate pg_basebackup temporary slot name using backend pid - Mailing list pgsql-committers

From Magnus Hagander
Subject [COMMITTERS] pgsql: Generate pg_basebackup temporary slot name using backend pid
Date
Msg-id E1dG8sL-0005rO-2A@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Restore accidentally-removed line.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Always use -fPIC, not -fpic,when building shared libraries with