diff options
author | Noah Misch <noah@leadboat.com> | 2020-03-21 09:38:26 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2020-03-21 09:38:26 -0700 |
commit | d3e572855be1e15c7e0a6adc8db52b9fd4f71be0 (patch) | |
tree | 5e9a094d4c95bc9c40a389b9f9e16344d9aef746 /src/backend/access/transam/xlogutils.c | |
parent | e629a01f6973688f77ecff964d9d6bea9bc4b374 (diff) | |
download | postgresql-d3e572855be1e15c7e0a6adc8db52b9fd4f71be0.tar.gz postgresql-d3e572855be1e15c7e0a6adc8db52b9fd4f71be0.zip |
In log_newpage_range(), heed forkNum and page_std arguments.
The function assumed forkNum=MAIN_FORKNUM and page_std=true, ignoring
the actual arguments. Existing callers passed exactly those values, so
there's no live bug. Back-patch to v12, where the function first
appeared, because another fix needs this.
Discussion: https://postgr.es/m/20191118045434.GA1173436@rfd.leadboat.com
Diffstat (limited to 'src/backend/access/transam/xlogutils.c')
0 files changed, 0 insertions, 0 deletions