forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2712da8
committed
Generate pg_basebackup temporary slot name using backend pid
Using the client pid can easily be non-unique when used on differenthosts. Using the backend pid should be guaranteed unique, since thetemporary slot gets removed when the client disconnects so it will begone even if the pid is renewed.Reported by Ludovic Vaugeois-Pepin1 parent814573e commit2712da8
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
493 | 493 |
| |
494 | 494 |
| |
495 | 495 |
| |
496 |
| - | |
| 496 | + | |
497 | 497 |
| |
498 | 498 |
| |
499 | 499 |
| |
|
0 commit comments
Comments
(0)