mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Remove comment about xl_heap_inplace "AT END OF STRUCT".
Commit 2c03216d83
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
This commit is contained in:
@ -308,7 +308,6 @@ typedef struct xl_heap_confirm
|
|||||||
typedef struct xl_heap_inplace
|
typedef struct xl_heap_inplace
|
||||||
{
|
{
|
||||||
OffsetNumber offnum; /* updated tuple's offset on page */
|
OffsetNumber offnum; /* updated tuple's offset on page */
|
||||||
/* TUPLE DATA FOLLOWS AT END OF STRUCT */
|
|
||||||
} xl_heap_inplace;
|
} xl_heap_inplace;
|
||||||
|
|
||||||
#define SizeOfHeapInplace (offsetof(xl_heap_inplace, offnum) + sizeof(OffsetNumber))
|
#define SizeOfHeapInplace (offsetof(xl_heap_inplace, offnum) + sizeof(OffsetNumber))
|
||||||
|
Reference in New Issue
Block a user