Skip to content

Commit c63ceb2

Browse files
committed
Remove comment about xl_heap_inplace "AT END OF STRUCT".
Commit 2c03216 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
1 parent 7a21306 commit c63ceb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/access/heapam_xlog.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ typedef struct xl_heap_confirm
300300
typedef struct xl_heap_inplace
301301
{
302302
OffsetNumber offnum; /* updated tuple's offset on page */
303-
/* TUPLE DATA FOLLOWS AT END OF STRUCT */
304303
} xl_heap_inplace;
305304

306305
#define SizeOfHeapInplace (offsetof(xl_heap_inplace, offnum) + sizeof(OffsetNumber))

0 commit comments

Comments
 (0)