]> granicus.if.org Git - postgresql/commit
Fix comment on when HOT update is possible.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 14 May 2019 10:06:33 +0000 (13:06 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 14 May 2019 10:06:33 +0000 (13:06 +0300)
commit3293330f79af9d66e9df251266c882794edfec4e
tree2b759e1f19998e4fb3e9398bd0e0225010335235
parent6bbc2f9b66104de67f29881c54e75fd6f5d2f694
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.
src/backend/access/heap/heapam.c