Skip to content

Commit c7866f6

Browse files
committed
Fix obsolete comments.
1 parent 1b87c3f commit c7866f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/access/htup.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -132,7 +132,7 @@ typedef struct HeapTupleHeaderData
132132

133133
uint8 t_hoff; /* sizeof header incl. bitmap, padding */
134134

135-
/* ^ - 23 bytes - ^ */
135+
/* ^ - 27 bytes - ^ */
136136

137137
bits8 t_bits[1]; /* bitmap of NULLs -- VARIABLE LENGTH */
138138

@@ -417,7 +417,7 @@ typedef HeapTupleData *HeapTuple;
417417
#define XLOG_HEAP_INIT_PAGE 0x80
418418

419419
/*
420-
* All what we need to find changed tuple (14 bytes)
420+
* All what we need to find changed tuple
421421
*
422422
* NB: on most machines, sizeof(xl_heaptid) will include some trailing pad
423423
* bytes for alignment. We don't want to store the pad space in the XLOG,

0 commit comments

Comments
 (0)