forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd0303bc
committed
Fix outdated comment that talked about seek position of WAL file.
Since commitc24dcd0, we have been using pg_pread() to read the WALfile, which doesn't change the seek position (unless we fall back tothe implementation in src/port/pread.c). Update comment accordingly.Backpatch-through: 12, where we started to use pg_pread()1 parentd3c8784 commitd0303bc
1 file changed
+3
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
809 | 809 |
| |
810 | 810 |
| |
811 | 811 |
| |
812 |
| - | |
813 |
| - | |
814 |
| - | |
815 |
| - | |
816 |
| - | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
817 | 815 |
| |
818 | 816 |
| |
819 | 817 |
| |
|
0 commit comments
Comments
(0)