diff options
Diffstat (limited to 'src/include/access')
| -rw-r--r-- | src/include/access/genam.h | 6 | ||||
| -rw-r--r-- | src/include/access/hash.h | 6 | ||||
| -rw-r--r-- | src/include/access/heapam.h | 4 | ||||
| -rw-r--r-- | src/include/access/iqual.h | 4 | ||||
| -rw-r--r-- | src/include/access/itup.h | 4 | ||||
| -rw-r--r-- | src/include/access/nbtree.h | 6 | ||||
| -rw-r--r-- | src/include/access/rtscan.h | 4 | ||||
| -rw-r--r-- | src/include/access/tupdesc.h | 4 | ||||
| -rw-r--r-- | src/include/access/xact.h | 4 |
9 files changed, 21 insertions, 21 deletions
diff --git a/src/include/access/genam.h b/src/include/access/genam.h index 7955fd6bfe..fb98694b18 100644 --- a/src/include/access/genam.h +++ b/src/include/access/genam.h @@ -6,17 +6,17 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: genam.h,v 1.19 1999/07/15 23:03:33 momjian Exp $ + * $Id: genam.h,v 1.20 1999/07/16 17:07:25 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef GENAM_H #define GENAM_H -#include "access/sdir.h" #include "access/funcindex.h" -#include "access/relscan.h" #include "access/itup.h" +#include "access/relscan.h" +#include "access/sdir.h" /* ---------------- * generalized index_ interface routines diff --git a/src/include/access/hash.h b/src/include/access/hash.h index 08739e70ca..1dc84bf9e7 100644 --- a/src/include/access/hash.h +++ b/src/include/access/hash.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: hash.h,v 1.26 1999/07/15 23:03:34 momjian Exp $ + * $Id: hash.h,v 1.27 1999/07/16 17:07:26 momjian Exp $ * * NOTES * modeled after Margo Seltzer's hash implementation for unix. @@ -16,10 +16,10 @@ #ifndef HASH_H #define HASH_H -#include "access/sdir.h" #include "access/funcindex.h" -#include "access/relscan.h" #include "access/itup.h" +#include "access/relscan.h" +#include "access/sdir.h" #include "utils/int8.h" /* diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h index 1071fa6d9c..8c1461122f 100644 --- a/src/include/access/heapam.h +++ b/src/include/access/heapam.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: heapam.h,v 1.44 1999/07/15 15:20:53 momjian Exp $ + * $Id: heapam.h,v 1.45 1999/07/16 17:07:26 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -14,9 +14,9 @@ #define HEAPAM_H #include <time.h> -#include "access/tupmacs.h" #include "access/htup.h" #include "access/relscan.h" +#include "access/tupmacs.h" #include "storage/block.h" #include "utils/rel.h" #include "utils/tqual.h" diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h index 15e576e65a..7e223082c9 100644 --- a/src/include/access/iqual.h +++ b/src/include/access/iqual.h @@ -6,15 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: iqual.h,v 1.12 1999/07/15 23:03:34 momjian Exp $ + * $Id: iqual.h,v 1.13 1999/07/16 17:07:27 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef IQUAL_H #define IQUAL_H -#include "access/skey.h" #include "access/itup.h" +#include "access/skey.h" /* ---------------- diff --git a/src/include/access/itup.h b/src/include/access/itup.h index d324e0c7ad..223c7f2bd2 100644 --- a/src/include/access/itup.h +++ b/src/include/access/itup.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: itup.h,v 1.19 1999/07/15 23:03:35 momjian Exp $ + * $Id: itup.h,v 1.20 1999/07/16 17:07:27 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -14,8 +14,8 @@ #define ITUP_H #include "access/ibit.h" -#include "access/tupmacs.h" #include "access/tupdesc.h" +#include "access/tupmacs.h" #include "storage/itemptr.h" #define MaxIndexAttributeNumber 7 diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h index f5d5053367..5e968e4922 100644 --- a/src/include/access/nbtree.h +++ b/src/include/access/nbtree.h @@ -6,17 +6,17 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nbtree.h,v 1.29 1999/07/15 23:03:35 momjian Exp $ + * $Id: nbtree.h,v 1.30 1999/07/16 17:07:27 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef NBTREE_H #define NBTREE_H -#include "access/sdir.h" -#include "access/relscan.h" #include "access/funcindex.h" #include "access/itup.h" +#include "access/relscan.h" +#include "access/sdir.h" /* * BTPageOpaqueData -- At the end of every page, we store a pointer diff --git a/src/include/access/rtscan.h b/src/include/access/rtscan.h index 8ad9943ac0..798e2b2a06 100644 --- a/src/include/access/rtscan.h +++ b/src/include/access/rtscan.h @@ -6,16 +6,16 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: rtscan.h,v 1.7 1999/07/15 23:03:37 momjian Exp $ + * $Id: rtscan.h,v 1.8 1999/07/16 17:07:27 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef RTSCAN_H #define RTSCAN_H -#include "utils/rel.h" #include "storage/block.h" #include "storage/off.h" +#include "utils/rel.h" void rtadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum); diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h index 98e6492440..c1b30598b9 100644 --- a/src/include/access/tupdesc.h +++ b/src/include/access/tupdesc.h @@ -6,16 +6,16 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: tupdesc.h,v 1.23 1999/07/15 23:03:38 momjian Exp $ + * $Id: tupdesc.h,v 1.24 1999/07/16 17:07:28 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef TUPDESC_H #define TUPDESC_H -#include "nodes/pg_list.h" #include "access/attnum.h" #include "catalog/pg_attribute.h" +#include "nodes/pg_list.h" typedef struct attrDefault diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 44c9d4b7a6..f6c918ad01 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -6,15 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: xact.h,v 1.22 1999/07/15 23:03:38 momjian Exp $ + * $Id: xact.h,v 1.23 1999/07/16 17:07:28 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef XACT_H #define XACT_H -#include "utils/nabstime.h" #include "access/transam.h" +#include "utils/nabstime.h" /* ---------------- * transaction state structure |
