|
7 | 7 | * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $Id: htup.h,v 1.55 2002/07/02 05:46:14 momjian Exp $ |
| 10 | + * $Id: htup.h,v 1.56 2002/07/08 01:52:23 momjian Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -241,7 +241,7 @@ do { \
|
241 | 241 | #defineXLOG_HEAP_INIT_PAGE 0x80
|
242 | 242 |
|
243 | 243 | /*
|
244 |
| - * All what we need to find changed tuple (18 bytes) |
| 244 | + * All what we need to find changed tuple (14 bytes) |
245 | 245 | *
|
246 | 246 | * NB: on most machines, sizeof(xl_heaptid) will include some trailing pad
|
247 | 247 | * bytes for alignment. We don't want to store the pad space in the XLOG,
|
|