pgsql: Fix comments about deduplication updating page. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Fix comments about deduplication updating page.
Date
Msg-id E1oK4qT-000U6I-Hn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f68faf4c7530e39e626b0aa3e4a36376e122fce7

Modified Files
--------------
src/backend/access/nbtree/nbtdedup.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Add missing parenthesis to max item size macro.
Next
From: Tom Lane
Date:
Subject: pgsql: First-draft release notes for 14.5.