We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f47f0 commit 4a7f91bCopy full SHA for 4a7f91b
src/include/access/heapam_xlog.h
@@ -425,7 +425,6 @@ typedef struct xl_heap_confirm
425
typedef struct xl_heap_inplace
426
{
427
OffsetNumber offnum; /* updated tuple's offset on page */
428
- /* TUPLE DATA FOLLOWS AT END OF STRUCT */
429
} xl_heap_inplace;
430
431
#define SizeOfHeapInplace (offsetof(xl_heap_inplace, offnum) + sizeof(OffsetNumber))
0 commit comments