diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-02-21 19:07:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-02-21 19:07:04 +0000 |
commit | 15903a1ed44442a8f6dc2b011e11933d34bf19d7 (patch) | |
tree | a1c281715bef6aaca5c4bdd098a326823f18a56c /src/include/access/itup.h | |
parent | be92ad49e0e94565e0ca10caeba186db80a24224 (diff) | |
download | postgresql-15903a1ed44442a8f6dc2b011e11933d34bf19d7.tar.gz postgresql-15903a1ed44442a8f6dc2b011e11933d34bf19d7.zip |
Comment improvements.
Diffstat (limited to 'src/include/access/itup.h')
-rw-r--r-- | src/include/access/itup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/itup.h b/src/include/access/itup.h index 717bcd68ae3..7d124ef56f6 100644 --- a/src/include/access/itup.h +++ b/src/include/access/itup.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: itup.h,v 1.28 2001/01/24 19:43:19 momjian Exp $ + * $Id: itup.h,v 1.29 2001/02/21 19:07:04 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -22,7 +22,7 @@ typedef struct IndexTupleData { - ItemPointerData t_tid; /* reference TID to base tuple */ + ItemPointerData t_tid; /* reference TID to heap tuple */ /* * t_info is layed out in the following fashion: |