- Notifications
You must be signed in to change notification settings - Fork28
Commit078c9cd
committed
Fix comment in xlogutils.c
The existing callers of XLogReadDetermineTimeline() performing recoveryneed to check a replay LSN position when determining on which timelineto read a WAL page. A portion of the comment describing this functionsaid exactly that, while referring to a routine for fetching a writeLSN, something not available in recovery.Author: Kyotaro HoriguchiDiscussion:https://postgr.es/m/20200511.101619.2043820539323292957.horikyota.ntt@gmail.com1 parent81ec990 commit078c9cd
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
681 | 681 |
| |
682 | 682 |
| |
683 | 683 |
| |
684 |
| - | |
| 684 | + | |
685 | 685 |
| |
686 | 686 |
| |
687 |
| - | |
| 687 | + | |
688 | 688 |
| |
689 | 689 |
| |
690 | 690 |
| |
|
0 commit comments
Comments
(0)