diff options
author | Peter Geoghegan <pg@bowt.ie> | 2022-08-05 14:25:49 -0700 |
---|---|---|
committer | Peter Geoghegan <pg@bowt.ie> | 2022-08-05 14:25:49 -0700 |
commit | f68faf4c7530e39e626b0aa3e4a36376e122fce7 (patch) | |
tree | a7e43a6631d2e42263a4e03a379fd43c00c798be /src/backend/utils/adt/misc.c | |
parent | b2fe783aecadb42e17868787bb45aa6328796d2a (diff) | |
download | postgresql-f68faf4c7530e39e626b0aa3e4a36376e122fce7.tar.gz postgresql-f68faf4c7530e39e626b0aa3e4a36376e122fce7.zip |
Fix comments about deduplication updating page.
nbtree deduplication passes add tuples from the original/target page to
a temp page, merging as necessary. The temp page is copied back to the
target permanent page in the critical section. This is similar to the
approach taken by nbtree page splits.
Adjust comments that referred to updating the original page in-place as
tuples were merged. These were left over from earlier versions of the
deduplication patch that didn't yet use a temp page.
Diffstat (limited to 'src/backend/utils/adt/misc.c')
0 files changed, 0 insertions, 0 deletions