File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.70 2004/08/29 05:06:55 momjian Exp $
10
+ * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.71 2004/11/12 20:08:40 tgl Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -132,7 +132,7 @@ typedef struct HeapTupleHeaderData
132
132
133
133
uint8 t_hoff ; /* sizeof header incl. bitmap, padding */
134
134
135
- /* ^ - 23 bytes - ^ */
135
+ /* ^ - 27 bytes - ^ */
136
136
137
137
bits8 t_bits [1 ]; /* bitmap of NULLs -- VARIABLE LENGTH */
138
138
@@ -417,7 +417,7 @@ typedef HeapTupleData *HeapTuple;
417
417
#define XLOG_HEAP_INIT_PAGE 0x80
418
418
419
419
/*
420
- * All what we need to find changed tuple (14 bytes)
420
+ * All what we need to find changed tuple
421
421
*
422
422
* NB: on most machines, sizeof(xl_heaptid) will include some trailing pad
423
423
* bytes for alignment. We don't want to store the pad space in the XLOG,
You can’t perform that action at this time.
0 commit comments