pgsql: Remove comment about xl_heap_inplace "AT END OF STRUCT".

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove comment about xl_heap_inplace "AT END OF STRUCT".
Date: 2024-06-28 02:26:55
Message-ID: E1sN1KA-003J0J-6V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove comment about xl_heap_inplace "AT END OF STRUCT".

Commit 2c03216d831160bedd72d45f712601b6f7d03f1c moved the tuple data
from there to the buffer-0 data. Back-patch to v12 (all supported
versions), the plan for the next change to this struct.

Discussion: https://postgr.es/m/20240523000548.58.nmisch@google.com

Branch
------
REL_14_STABLE

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

Modified Files
--------------
src/include/access/heapam_xlog.h | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-06-28 03:33:11 pgsql: Improve locking around InjectionPointRun()
Previous Message Noah Misch 2024-06-28 02:26:54 pgsql: Add an injection_points isolation test suite.