projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9f47f0
)
Remove comment about xl_heap_inplace "AT END OF STRUCT".
author
Noah Misch
<
[email protected]
>
Fri, 28 Jun 2024 02:21:06 +0000
(19:21 -0700)
committer
Noah Misch
<
[email protected]
>
Fri, 28 Jun 2024 02:21:06 +0000
(19:21 -0700)
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
[email protected]
src/include/access/heapam_xlog.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/heapam_xlog.h
b/src/include/access/heapam_xlog.h
index 22a1747c4de1617a4e4fb286c87f1ccff440f999..42736f37e79f3248a572e16c007326e179b93c0e 100644
(file)
--- a/
src/include/access/heapam_xlog.h
+++ b/
src/include/access/heapam_xlog.h
@@
-425,7
+425,6
@@
typedef struct xl_heap_confirm
typedef struct xl_heap_inplace
{
OffsetNumber offnum; /* updated tuple's offset on page */
- /* TUPLE DATA FOLLOWS AT END OF STRUCT */
} xl_heap_inplace;
#define SizeOfHeapInplace (offsetof(xl_heap_inplace, offnum) + sizeof(OffsetNumber))