Fix outdated comment that talked about seek position of WAL file.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: d0303bc8d2670d11c9df9220aa08a2c33529e100
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2021-06-16T09:36:15Z
Releases: 14.0
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()

Files

PathChange+/−
src/backend/access/transam/xlog.c modified +3 −5