pgsql: Fix comment on when HOT update is possible.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix comment on when HOT update is possible.
Дата
Msg-id E1hQUOG-0005o9-2E@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix comment on when HOT update is possible.

The conditions listed in this comment have changed several times, and at
some point the thing that the "if so" referred to was negated.

The text was OK up to 9.6. It was differently wrong in v10, v11 and
master, so fix in all those versions.

Branch
------
REL_10_STABLE

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

Modified Files
--------------
src/backend/access/heap/heapam.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Fix typo.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Detect internal GiST page splits correctly during index build.