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:36:15 +0300 |
commit | d0303bc8d2670d11c9df9220aa08a2c33529e100 (patch) | |
tree | 9bfd9e7e49577cdd3998f4a9ac6c87bfc93aa1ad /src/backend/executor/nodeModifyTable.c | |
parent | d3c878499c9d639ff06e0664d06b8c731e30c2fc (diff) | |
download | postgresql-d0303bc8d2670d11c9df9220aa08a2c33529e100.tar.gz postgresql-d0303bc8d2670d11c9df9220aa08a2c33529e100.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/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions