Commit 87d84d6
committed
Fix start WAL filename for concurrent backups from standby
On a standby, ThisTimelineID is always 0, so we would generate a
filename in timeline 0 even for other timelines. Instead, use starttli
which we have retreived from the controlfile.
Report by: Francesco Canovai in bug #14230
Author: Marco Nenciarini
Reviewed by: Michael Paquier and Amit Kapila1 parent 96112ee commit 87d84d6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9974 | 9974 | | |
9975 | 9975 | | |
9976 | 9976 | | |
9977 | | - | |
| 9977 | + | |
9978 | 9978 | | |
9979 | 9979 | | |
9980 | 9980 | | |
| |||
0 commit comments