pgsql: Fix comment on when HOT update is possible. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix comment on when HOT update is possible.
Date
Msg-id E1hQUOG-0005o8-25@gemulon.postgresql.org
Whole thread Raw
List 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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3293330f79af9d66e9df251266c882794edfec4e

Modified Files
--------------
src/backend/access/heap/heapam.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: Fix typo.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Detect internal GiST page splits correctly during index build.