forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite89a8e3
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 parentd906d10 commite89a8e3
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
801 | 801 |
| |
802 | 802 |
| |
803 | 803 |
| |
804 |
| - | |
805 |
| - | |
806 |
| - | |
807 |
| - | |
808 |
| - | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
809 | 807 |
| |
810 | 808 |
| |
811 | 809 |
| |
|
0 commit comments
Comments
(0)