diff options
author | Bruce Momjian | 2002-07-08 01:52:23 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-07-08 01:52:23 +0000 |
commit | 20e83274bb7f5d1b0b71e5b3cd8a2408d144b9cf (patch) | |
tree | be9113a9ed3e01ac4b6ca113f50d4436154a383d | |
parent | 4f4753832ece907ee68fd4136fc0137966c74608 (diff) |
Fix typo in xl_heaptid comment
Manfred Koizar
-rw-r--r-- | src/include/access/htup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/htup.h b/src/include/access/htup.h index 00bd69b89d8..87f1727f9e4 100644 --- a/src/include/access/htup.h +++ b/src/include/access/htup.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: htup.h,v 1.55 2002/07/02 05:46:14 momjian Exp $ + * $Id: htup.h,v 1.56 2002/07/08 01:52:23 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -241,7 +241,7 @@ do { \ #define XLOG_HEAP_INIT_PAGE 0x80 /* - * All what we need to find changed tuple (18 bytes) + * All what we need to find changed tuple (14 bytes) * * NB: on most machines, sizeof(xl_heaptid) will include some trailing pad * bytes for alignment. We don't want to store the pad space in the XLOG, |