Commit 5530623
committed
Correctly initialise shared recoveryLastRecPtr in recovery.
Previously we used ReadRecPtr rather than EndRecPtr, which was
not a serious error but caused pg_stat_replication to report
incorrect replay_location until at least one WAL record is replayed.
Fujii Masao1 parent 3f1787c commit 5530623
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6407 | 6407 | | |
6408 | 6408 | | |
6409 | 6409 | | |
6410 | | - | |
| 6410 | + | |
6411 | 6411 | | |
6412 | 6412 | | |
6413 | 6413 | | |
| |||
0 commit comments