forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit87d84d6
committed
Fix start WAL filename for concurrent backups from standby
On a standby, ThisTimelineID is always 0, so we would generate afilename in timeline 0 even for other timelines. Instead, use starttliwhich we have retreived from the controlfile.Report by: Francesco Canovai in bug #14230Author: Marco NenciariniReviewed by: Michael Paquier and Amit Kapila1 parent96112ee commit87d84d6
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
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
Comments
(0)