pgsql: Correct comments of "Fix data loss at inplace update after heap_

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correct comments of "Fix data loss at inplace update after heap_
Date: 2025-12-15 20:21:26
Message-ID: E1vVF4P-000xgX-0K@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct comments of "Fix data loss at inplace update after heap_update()".

This corrects commit a07e03fd8fa7daf4d1356f7cb501ffe784ea6257.

Reported-by: Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com>
Reported-by: Surya Poondla <s_poondla(at)apple(dot)com>
Reviewed-by: Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com>
Discussion: https://postgr.es/m/CA+renyWCW+_2QvXERBQ+mna6ANwAVXXmHKCA-WzL04bZRsjoBA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0839fbe400d7807196d1442f4c781f9234ac2a4c

Modified Files
--------------
src/backend/access/heap/heapam.c | 11 +++++++----
src/backend/access/index/genam.c | 9 +++++----
2 files changed, 12 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-12-15 20:28:19 pgsql: Allow passing a pointer to GetNamedDSMSegment()'s init callback.
Previous Message Tom Lane 2025-12-15 20:16:59 pgsql: Avoid requiring Spanish locale to test NLS infrastructure.