pgsql: Fix comments about deduplication updating page.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Fix comments about deduplication updating page.
Дата
Msg-id E1oK4qT-000U6I-Hn@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Add missing parenthesis to max item size macro.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: First-draft release notes for 14.5.