diff options
Diffstat (limited to 'src/include/access/attnum.h')
-rw-r--r-- | src/include/access/attnum.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h index 2339c290308..83173548cb5 100644 --- a/src/include/access/attnum.h +++ b/src/include/access/attnum.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: attnum.h,v 1.13 2001/10/25 05:49:55 momjian Exp $ + * $Id: attnum.h,v 1.14 2001/10/28 06:25:59 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -59,4 +59,5 @@ typedef int16 AttrNumber; */ #define AttrOffsetGetAttrNumber(attributeOffset) \ ((AttrNumber) (1 + attributeOffset)) + #endif /* ATTNUM_H */ |