pgsql: Improve comment for tricky aspect of index-only scans.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: Improve comment for tricky aspect of index-only scans.
Дата
Msg-id E1WhraR-0001bH-5U@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve comment for tricky aspect of index-only scans.

Index-only scans avoid taking a lock on the VM buffer, which would
cause a lot of contention. To be correct, that requires some intricate
assumptions that weren't completely documented in the previous
comment.

Reviewed by Robert Haas.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/35c0cd3b05b0be18dc2d049c33b38a2d13993ffe

Modified Files
--------------
src/backend/executor/nodeIndexonlyscan.c |   34 ++++++++++++++++++++++--------
1 file changed, 25 insertions(+), 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Fix DocBook XML validity
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: hash_any returns Datum, not uint32 (and definitely not "int").