pgsql: Fix misleading comment in nodeIndexonlyscan.c.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Fix misleading comment in nodeIndexonlyscan.c.
Дата
Msg-id E1hgjOY-0007hM-Sn@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix misleading comment in nodeIndexonlyscan.c.

The stated reason for acquiring predicate locks on heap pages hasn't
existed since commit c01262a8, so fix the comment.  Perhaps in a later
release we'll also be able to change the code to use tuple locks.

Back-patch all the way.

Reviewed-by: Ashwin Agrawal
Discussion: https://postgr.es/m/CAEepm%3D2GK3FVdnt5V3d%2Bh9njWipCv_fNL%3DwjxyUhzsF%3D0PcbNg%40mail.gmail.com

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0908c5ecf0833b020b0d95183804ebc22bb6ea6c

Modified Files
--------------
src/backend/executor/nodeIndexonlyscan.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Fix misleading comment in nodeIndexonlyscan.c.
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Fix misleading comment in nodeIndexonlyscan.c.