git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: b2fe783) | patch
Fix comments about deduplication updating page.
Fri, 5 Aug 2022 21:25:49 +0000 (14:25 -0700)
Fri, 5 Aug 2022 21:25:49 +0000 (14:25 -0700)
commit f68faf4c7530e39e626b0aa3e4a36376e122fce7
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.
src/backend/access/nbtree/nbtdedup.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /