Commit 3230fd0
committed
Fix STOP WAL LOCATION in backup history files no to return the next
segment of XLOG_BACKUP_END record even if the the record is placed
at a segment boundary. Furthermore the previous implementation could
return nonexistent segment file name when the boundary is in segments
that has "FE" suffix; We never use segments with "FF" suffix.
Backpatch to 8.0, where hot backup was introduced.
Reported by Fujii Masao.1 parent a39f02e commit 3230fd0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
8052 | 8052 | | |
8053 | 8053 | | |
8054 | 8054 | | |
8055 | | - | |
| 8055 | + | |
8056 | 8056 | | |
8057 | 8057 | | |
8058 | 8058 | | |
| |||
0 commit comments