forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit11c730f
committed
Correctly initialise shared recoveryLastRecPtr in recovery.
Previously we used ReadRecPtr rather than EndRecPtr, which wasnot a serious error but caused pg_stat_replication to reportincorrect replay_location until at least one WAL record is replayed.Fujii Masao1 parent6182e01 commit11c730f
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6451 | 6451 |
| |
6452 | 6452 |
| |
6453 | 6453 |
| |
6454 |
| - | |
| 6454 | + | |
6455 | 6455 |
| |
6456 | 6456 |
| |
6457 | 6457 |
| |
|
0 commit comments
Comments
(0)