diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-11-05 17:46:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-11-05 17:46:40 +0000 |
commit | ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f (patch) | |
tree | bf6b60c08be3ddf5a40e110e8276dc2d45b1431c /src/include/access | |
parent | 34153b205265e2e831c1e3ee02be0fc88fa41710 (diff) | |
download | postgresql-ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f.tar.gz postgresql-ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f.zip |
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
initdb/regression tests pass.
Diffstat (limited to 'src/include/access')
30 files changed, 64 insertions, 63 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h index 83173548cb5..8f0e9b5471b 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.14 2001/10/28 06:25:59 momjian Exp $ + * $Id: attnum.h,v 1.15 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -60,4 +60,4 @@ typedef int16 AttrNumber; #define AttrOffsetGetAttrNumber(attributeOffset) \ ((AttrNumber) (1 + attributeOffset)) -#endif /* ATTNUM_H */ +#endif /* ATTNUM_H */ diff --git a/src/include/access/clog.h b/src/include/access/clog.h index 5710c978286..9fcb456cecd 100644 --- a/src/include/access/clog.h +++ b/src/include/access/clog.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: clog.h,v 1.4 2001/10/28 06:25:59 momjian Exp $ + * $Id: clog.h,v 1.5 2001/11/05 17:46:31 momjian Exp $ */ #ifndef CLOG_H #define CLOG_H @@ -47,4 +47,4 @@ extern void clog_redo(XLogRecPtr lsn, XLogRecord *record); extern void clog_undo(XLogRecPtr lsn, XLogRecord *record); extern void clog_desc(char *buf, uint8 xl_info, char *rec); -#endif /* CLOG_H */ +#endif /* CLOG_H */ diff --git a/src/include/access/genam.h b/src/include/access/genam.h index dbef1a6cdad..db212156c8d 100644 --- a/src/include/access/genam.h +++ b/src/include/access/genam.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: genam.h,v 1.30 2001/11/02 16:30:29 tgl Exp $ + * $Id: genam.h,v 1.31 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -64,4 +64,4 @@ extern IndexScanDesc RelationGetIndexScan(Relation relation, bool scanFromEnd, uint16 numberOfKeys, ScanKey key); extern void IndexScanEnd(IndexScanDesc scan); -#endif /* GENAM_H */ +#endif /* GENAM_H */ diff --git a/src/include/access/gist.h b/src/include/access/gist.h index 14d45ff2585..c6f9a01260d 100644 --- a/src/include/access/gist.h +++ b/src/include/access/gist.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: gist.h,v 1.34 2001/10/28 06:25:59 momjian Exp $ + * $Id: gist.h,v 1.35 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -185,4 +185,4 @@ extern void gist_desc(char *buf, uint8 xl_info, char *rec); /* gistget.c */ extern Datum gistgettuple(PG_FUNCTION_ARGS); -#endif /* GIST_H */ +#endif /* GIST_H */ diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h index a96c4d5f96e..f1149cb7361 100644 --- a/src/include/access/gistscan.h +++ b/src/include/access/gistscan.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: gistscan.h,v 1.18 2001/10/28 06:25:59 momjian Exp $ + * $Id: gistscan.h,v 1.19 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -24,4 +24,4 @@ extern Datum gistendscan(PG_FUNCTION_ARGS); extern void gistadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum); extern void AtEOXact_gist(void); -#endif /* GISTSCAN_H */ +#endif /* GISTSCAN_H */ diff --git a/src/include/access/hash.h b/src/include/access/hash.h index 5d02855e76d..835d778d904 100644 --- a/src/include/access/hash.h +++ b/src/include/access/hash.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: hash.h,v 1.41 2001/10/28 06:25:59 momjian Exp $ + * $Id: hash.h,v 1.42 2001/11/05 17:46:31 momjian Exp $ * * NOTES * modeled after Margo Seltzer's hash implementation for unix. @@ -328,4 +328,4 @@ extern void hash_redo(XLogRecPtr lsn, XLogRecord *record); extern void hash_undo(XLogRecPtr lsn, XLogRecord *record); extern void hash_desc(char *buf, uint8 xl_info, char *rec); -#endif /* HASH_H */ +#endif /* HASH_H */ diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h index b0124ed31cd..9798b5f76a8 100644 --- a/src/include/access/heapam.h +++ b/src/include/access/heapam.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: heapam.h,v 1.71 2001/11/02 16:30:29 tgl Exp $ + * $Id: heapam.h,v 1.72 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -83,7 +83,7 @@ extern Datum nocachegetattr(HeapTuple tup, int attnum, extern Datum fastgetattr(HeapTuple tup, int attnum, TupleDesc tupleDesc, bool *isnull); -#endif /* defined(DISABLE_COMPLEX_MACRO) */ +#endif /* defined(DISABLE_COMPLEX_MACRO) */ /* ---------------- @@ -139,6 +139,7 @@ extern void relation_close(Relation relation, LOCKMODE lockmode); extern Relation heap_open(Oid relationId, LOCKMODE lockmode); extern Relation heap_openr(const char *relationName, LOCKMODE lockmode); + #define heap_close(r,l) relation_close(r,l) extern HeapScanDesc heap_beginscan(Relation relation, int atend, @@ -186,4 +187,4 @@ extern HeapTuple heap_modifytuple(HeapTuple tuple, extern void heap_freetuple(HeapTuple tuple); extern HeapTuple heap_addheader(int natts, Size structlen, void *structure); -#endif /* HEAPAM_H */ +#endif /* HEAPAM_H */ diff --git a/src/include/access/hio.h b/src/include/access/hio.h index 924b3494ea9..fbf634117e0 100644 --- a/src/include/access/hio.h +++ b/src/include/access/hio.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: hio.h,v 1.21 2001/10/28 06:25:59 momjian Exp $ + * $Id: hio.h,v 1.22 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -21,4 +21,4 @@ extern void RelationPutHeapTuple(Relation relation, Buffer buffer, extern Buffer RelationGetBufferForTuple(Relation relation, Size len, Buffer otherBuffer); -#endif /* HIO_H */ +#endif /* HIO_H */ diff --git a/src/include/access/htup.h b/src/include/access/htup.h index ed3afc2e743..08506bbf8fe 100644 --- a/src/include/access/htup.h +++ b/src/include/access/htup.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: htup.h,v 1.50 2001/10/28 06:25:59 momjian Exp $ + * $Id: htup.h,v 1.51 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -276,4 +276,4 @@ typedef HeapTupleData *HeapTuple; #define HeapTupleHasExtended(tuple) \ ((((HeapTuple)(tuple))->t_data->t_infomask & HEAP_HASEXTENDED) != 0) -#endif /* HTUP_H */ +#endif /* HTUP_H */ diff --git a/src/include/access/ibit.h b/src/include/access/ibit.h index 57b21510199..7538eab62c1 100644 --- a/src/include/access/ibit.h +++ b/src/include/access/ibit.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: ibit.h,v 1.17 2001/10/28 06:25:59 momjian Exp $ + * $Id: ibit.h,v 1.18 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -29,4 +29,4 @@ typedef IndexAttributeBitMapData *IndexAttributeBitMap; */ #define IndexAttributeBitMapIsValid(bits) PointerIsValid(bits) -#endif /* IBIT_H */ +#endif /* IBIT_H */ diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h index 58ee91c07ac..2913980395e 100644 --- a/src/include/access/iqual.h +++ b/src/include/access/iqual.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: iqual.h,v 1.17 2001/10/28 06:25:59 momjian Exp $ + * $Id: iqual.h,v 1.18 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -28,4 +28,4 @@ extern int NIndexTupleProcessed; extern bool index_keytest(IndexTuple tuple, TupleDesc tupdesc, int scanKeySize, ScanKey key); -#endif /* IQUAL_H */ +#endif /* IQUAL_H */ diff --git a/src/include/access/istrat.h b/src/include/access/istrat.h index 7b88b2f2acd..c1000cb70b4 100644 --- a/src/include/access/istrat.h +++ b/src/include/access/istrat.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: istrat.h,v 1.22 2001/10/28 06:25:59 momjian Exp $ + * $Id: istrat.h,v 1.23 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -64,4 +64,4 @@ extern void IndexSupportInitialize(IndexStrategy indexStrategy, StrategyNumber maxSupportNumber, AttrNumber maxAttributeNumber); -#endif /* ISTRAT_H */ +#endif /* ISTRAT_H */ diff --git a/src/include/access/itup.h b/src/include/access/itup.h index 4e7835df80e..81c7a61cd2b 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.32 2001/10/25 05:49:55 momjian Exp $ + * $Id: itup.h,v 1.33 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -151,4 +151,4 @@ extern RetrieveIndexResult FormRetrieveIndexResult(ItemPointer indexItemPointer, ItemPointer heapItemPointer); extern void CopyIndexTuple(IndexTuple source, IndexTuple *target); -#endif /* ITUP_H */ +#endif /* ITUP_H */ diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h index 82a4cb285f4..40ff15e2df0 100644 --- a/src/include/access/nbtree.h +++ b/src/include/access/nbtree.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: nbtree.h,v 1.58 2001/10/28 06:25:59 momjian Exp $ + * $Id: nbtree.h,v 1.59 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -399,4 +399,4 @@ extern void _bt_spooldestroy(BTSpool *btspool); extern void _bt_spool(BTItem btitem, BTSpool *btspool); extern void _bt_leafbuild(BTSpool *btspool, BTSpool *spool2); -#endif /* NBTREE_H */ +#endif /* NBTREE_H */ diff --git a/src/include/access/printtup.h b/src/include/access/printtup.h index 68420cd1b98..ff775eb2697 100644 --- a/src/include/access/printtup.h +++ b/src/include/access/printtup.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: printtup.h,v 1.17 2001/10/28 06:25:59 momjian Exp $ + * $Id: printtup.h,v 1.18 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -29,4 +29,4 @@ extern void spi_printtup(HeapTuple tuple, TupleDesc tupdesc, extern bool getTypeOutputInfo(Oid type, Oid *typOutput, Oid *typElem, bool *typIsVarlena); -#endif /* PRINTTUP_H */ +#endif /* PRINTTUP_H */ diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index e79ad6cdf6d..65ac7721660 100644 --- a/src/include/access/relscan.h +++ b/src/include/access/relscan.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: relscan.h,v 1.24 2001/10/28 06:25:59 momjian Exp $ + * $Id: relscan.h,v 1.25 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -76,4 +76,4 @@ typedef IndexScanDesc *IndexScanDescPtr; */ #define IndexScanIsValid(scan) PointerIsValid(scan) -#endif /* RELSCAN_H */ +#endif /* RELSCAN_H */ diff --git a/src/include/access/rmgr.h b/src/include/access/rmgr.h index 3ea234f83ef..1502ec6d632 100644 --- a/src/include/access/rmgr.h +++ b/src/include/access/rmgr.h @@ -3,7 +3,7 @@ * * Resource managers definition * - * $Id: rmgr.h,v 1.8 2001/10/28 06:25:59 momjian Exp $ + * $Id: rmgr.h,v 1.9 2001/11/05 17:46:31 momjian Exp $ */ #ifndef RMGR_H #define RMGR_H @@ -25,4 +25,4 @@ typedef uint8 RmgrId; #define RM_SEQ_ID 15 #define RM_MAX_ID RM_SEQ_ID -#endif /* RMGR_H */ +#endif /* RMGR_H */ diff --git a/src/include/access/rtree.h b/src/include/access/rtree.h index 6e605e7016a..d271f83b459 100644 --- a/src/include/access/rtree.h +++ b/src/include/access/rtree.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: rtree.h,v 1.26 2001/10/28 06:25:59 momjian Exp $ + * $Id: rtree.h,v 1.27 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -135,4 +135,4 @@ extern void AtEOXact_rtree(void); extern RegProcedure RTMapOperator(Relation r, AttrNumber attnum, RegProcedure proc); -#endif /* RTREE_H */ +#endif /* RTREE_H */ diff --git a/src/include/access/rtscan.h b/src/include/access/rtscan.h index af169d007b0..004affe5aca 100644 --- a/src/include/access/rtscan.h +++ b/src/include/access/rtscan.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: rtscan.h,v 1.12 2001/10/28 06:25:59 momjian Exp $ + * $Id: rtscan.h,v 1.13 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -20,4 +20,4 @@ void rtadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum); -#endif /* RTSCAN_H */ +#endif /* RTSCAN_H */ diff --git a/src/include/access/sdir.h b/src/include/access/sdir.h index 05a72b50324..39b2ec27461 100644 --- a/src/include/access/sdir.h +++ b/src/include/access/sdir.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: sdir.h,v 1.11 2001/10/28 06:25:59 momjian Exp $ + * $Id: sdir.h,v 1.12 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -55,4 +55,4 @@ typedef enum ScanDirection #define ScanDirectionIsForward(direction) \ ((bool) ((direction) == ForwardScanDirection)) -#endif /* SDIR_H */ +#endif /* SDIR_H */ diff --git a/src/include/access/skey.h b/src/include/access/skey.h index 8a2dc2c3fb5..e42474ea6fa 100644 --- a/src/include/access/skey.h +++ b/src/include/access/skey.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: skey.h,v 1.19 2001/10/28 06:25:59 momjian Exp $ + * $Id: skey.h,v 1.20 2001/11/05 17:46:31 momjian Exp $ * * Note: * Needs more accessor/assignment routines. @@ -48,4 +48,4 @@ extern void ScanKeyEntryInitializeWithInfo(ScanKey entry, bits16 flags, AttrNumber attributeNumber, FmgrInfo *finfo, MemoryContext mcxt, Datum argument); -#endif /* SKEY_H */ +#endif /* SKEY_H */ diff --git a/src/include/access/strat.h b/src/include/access/strat.h index 9470c5664fc..83c231cbc4d 100644 --- a/src/include/access/strat.h +++ b/src/include/access/strat.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: strat.h,v 1.24 2001/10/28 06:25:59 momjian Exp $ + * $Id: strat.h,v 1.25 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -87,4 +87,4 @@ typedef struct IndexStrategyData typedef IndexStrategyData *IndexStrategy; -#endif /* STRAT_H */ +#endif /* STRAT_H */ diff --git a/src/include/access/transam.h b/src/include/access/transam.h index 2e22b69fa7d..6df60abb2dd 100644 --- a/src/include/access/transam.h +++ b/src/include/access/transam.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: transam.h,v 1.43 2001/10/28 06:25:59 momjian Exp $ + * $Id: transam.h,v 1.44 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -122,4 +122,4 @@ extern bool AMI_OVERRIDE; /* in varsup.c */ extern VariableCache ShmemVariableCache; -#endif /* TRAMSAM_H */ +#endif /* TRAMSAM_H */ diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h index e4f9dd0d3a7..9b532c9e2e4 100644 --- a/src/include/access/tupdesc.h +++ b/src/include/access/tupdesc.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: tupdesc.h,v 1.32 2001/10/28 06:25:59 momjian Exp $ + * $Id: tupdesc.h,v 1.33 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -51,7 +51,7 @@ typedef struct tupleDesc Form_pg_attribute *attrs; /* attrs[N] is a pointer to the description of Attribute Number N+1. */ TupleConstr *constr; -} *TupleDesc; +} *TupleDesc; extern TupleDesc CreateTemplateTupleDesc(int natts); @@ -75,4 +75,4 @@ extern bool TupleDescInitEntry(TupleDesc desc, extern TupleDesc BuildDescForRelation(List *schema, char *relname); -#endif /* TUPDESC_H */ +#endif /* TUPDESC_H */ diff --git a/src/include/access/tupmacs.h b/src/include/access/tupmacs.h index 0d5606390dd..2772c5a628e 100644 --- a/src/include/access/tupmacs.h +++ b/src/include/access/tupmacs.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: tupmacs.h,v 1.19 2001/10/28 06:25:59 momjian Exp $ + * $Id: tupmacs.h,v 1.20 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -90,7 +90,7 @@ : \ PointerGetDatum((char *) (T)) \ ) -#endif /* SIZEOF_DATUM == 8 */ +#endif /* SIZEOF_DATUM == 8 */ /* * att_align aligns the given offset as needed for a datum of length attlen @@ -178,6 +178,6 @@ break; \ } \ } while (0) -#endif /* SIZEOF_DATUM == 8 */ +#endif /* SIZEOF_DATUM == 8 */ #endif diff --git a/src/include/access/tuptoaster.h b/src/include/access/tuptoaster.h index 99ea8d5998c..7bc55dc53a2 100644 --- a/src/include/access/tuptoaster.h +++ b/src/include/access/tuptoaster.h @@ -6,7 +6,7 @@ * * Copyright (c) 2000, PostgreSQL Development Team * - * $Id: tuptoaster.h,v 1.12 2001/10/25 05:49:55 momjian Exp $ + * $Id: tuptoaster.h,v 1.13 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -115,4 +115,4 @@ extern Datum toast_compress_datum(Datum value); */ extern Size toast_raw_datum_size(Datum value); -#endif /* TUPTOASTER_H */ +#endif /* TUPTOASTER_H */ diff --git a/src/include/access/valid.h b/src/include/access/valid.h index 4b051531472..b76e5111c20 100644 --- a/src/include/access/valid.h +++ b/src/include/access/valid.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: valid.h,v 1.25 2001/10/28 06:25:59 momjian Exp $ + * $Id: valid.h,v 1.26 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -131,4 +131,4 @@ do \ } \ } while (0) -#endif /* VALID_H */ +#endif /* VALID_H */ diff --git a/src/include/access/xact.h b/src/include/access/xact.h index c6297aa01c9..796a0538360 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.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: xact.h,v 1.40 2001/10/28 06:25:59 momjian Exp $ + * $Id: xact.h,v 1.41 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -135,4 +135,4 @@ extern Datum xidout(PG_FUNCTION_ARGS); extern Datum xideq(PG_FUNCTION_ARGS); extern Datum xid_age(PG_FUNCTION_ARGS); -#endif /* XACT_H */ +#endif /* XACT_H */ diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index b3f54097a9f..4278f2fbb85 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: xlog.h,v 1.27 2001/10/28 06:25:59 momjian Exp $ + * $Id: xlog.h,v 1.28 2001/11/05 17:46:31 momjian Exp $ */ #ifndef XLOG_H #define XLOG_H @@ -216,4 +216,4 @@ extern XLogRecPtr GetUndoRecPtr(void); extern bool check_xlog_sync_method(const char *method); extern void assign_xlog_sync_method(const char *method); -#endif /* XLOG_H */ +#endif /* XLOG_H */ diff --git a/src/include/access/xlogdefs.h b/src/include/access/xlogdefs.h index 5e14710aa7c..5100da68d4c 100644 --- a/src/include/access/xlogdefs.h +++ b/src/include/access/xlogdefs.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: xlogdefs.h,v 1.6 2001/10/28 06:25:59 momjian Exp $ + * $Id: xlogdefs.h,v 1.7 2001/11/05 17:46:31 momjian Exp $ */ #ifndef XLOG_DEFS_H #define XLOG_DEFS_H @@ -56,4 +56,4 @@ typedef struct XLogRecPtr */ typedef uint32 StartUpID; -#endif /* XLOG_DEFS_H */ +#endif /* XLOG_DEFS_H */ |