diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2021-06-16 12:34:32 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2021-06-16 12:37:13 +0300 |
commit | f98635ad6295ad142779756e60325a8e7f825909 (patch) | |
tree | fe0e04f5727808cdb4057a58e4aee5b1a66e2f5a /src/tutorial/basics.source | |
parent | fb3d6b0e1aa41518857ff12534bef49503ce7575 (diff) | |
download | postgresql-f98635ad6295ad142779756e60325a8e7f825909.tar.gz postgresql-f98635ad6295ad142779756e60325a8e7f825909.zip |
Fix outdated comment that talked about seek position of WAL file.
Since commit c24dcd0cfd, we have been using pg_pread() to read the WAL
file, which doesn't change the seek position (unless we fall back to
the implementation in src/port/pread.c). Update comment accordingly.
Backpatch-through: 12, where we started to use pg_pread()
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions