aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access')
-rw-r--r--src/include/access/genam.h10
-rw-r--r--src/include/access/gist.h8
-rw-r--r--src/include/access/gistscan.h2
-rw-r--r--src/include/access/giststrat.h2
-rw-r--r--src/include/access/hash.h12
-rw-r--r--src/include/access/hio.h4
-rw-r--r--src/include/access/htup.h4
-rw-r--r--src/include/access/ibit.h4
-rw-r--r--src/include/access/iqual.h6
-rw-r--r--src/include/access/istrat.h4
-rw-r--r--src/include/access/itup.h10
-rw-r--r--src/include/access/nbtree.h10
-rw-r--r--src/include/access/printtup.h4
-rw-r--r--src/include/access/relscan.h4
-rw-r--r--src/include/access/rtree.h10
-rw-r--r--src/include/access/rtscan.h8
-rw-r--r--src/include/access/rtstrat.h4
-rw-r--r--src/include/access/skey.h6
-rw-r--r--src/include/access/strat.h4
-rw-r--r--src/include/access/transam.h4
-rw-r--r--src/include/access/tupdesc.h8
-rw-r--r--src/include/access/xact.h6
22 files changed, 67 insertions, 67 deletions
diff --git a/src/include/access/genam.h b/src/include/access/genam.h
index b2e55df620e..7955fd6bfe8 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.18 1999/02/13 23:20:50 momjian Exp $
+ * $Id: genam.h,v 1.19 1999/07/15 23:03:33 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/sdir.h"
+#include "access/funcindex.h"
+#include "access/relscan.h"
+#include "access/itup.h"
/* ----------------
* generalized index_ interface routines
diff --git a/src/include/access/gist.h b/src/include/access/gist.h
index b1c31b2c66b..dd0aa92e40d 100644
--- a/src/include/access/gist.h
+++ b/src/include/access/gist.h
@@ -12,10 +12,10 @@
#ifndef GIST_H
#define GIST_H
-#include <access/funcindex.h>
-#include <access/itup.h>
-#include <access/relscan.h>
-#include <access/sdir.h>
+#include "access/funcindex.h"
+#include "access/itup.h"
+#include "access/relscan.h"
+#include "access/sdir.h"
/*
** You can have as many strategies as you please in GiSTs, as
diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h
index d86036e9e18..ef55ab39518 100644
--- a/src/include/access/gistscan.h
+++ b/src/include/access/gistscan.h
@@ -11,7 +11,7 @@
*/
#ifndef GISTSCAN_H
-#include <access/relscan.h>
+#include "access/relscan.h"
extern IndexScanDesc gistbeginscan(Relation r, bool fromEnd,
uint16 nkeys, ScanKey key);
diff --git a/src/include/access/giststrat.h b/src/include/access/giststrat.h
index 77fc90b1625..c2fc30edf42 100644
--- a/src/include/access/giststrat.h
+++ b/src/include/access/giststrat.h
@@ -12,7 +12,7 @@
#ifndef GISTSTRAT_H
#define GISTSTRAT_H
-#include <utils/rel.h>
+#include "utils/rel.h"
extern StrategyNumber RelationGetGISTStrategy(Relation r,
AttrNumber attnum, RegProcedure proc);
diff --git a/src/include/access/hash.h b/src/include/access/hash.h
index 1157bf355a9..08739e70ca6 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.25 1999/07/15 15:20:53 momjian Exp $
+ * $Id: hash.h,v 1.26 1999/07/15 23:03:34 momjian Exp $
*
* NOTES
* modeled after Margo Seltzer's hash implementation for unix.
@@ -16,11 +16,11 @@
#ifndef HASH_H
#define HASH_H
-#include <access/sdir.h>
-#include <access/funcindex.h>
-#include <access/relscan.h>
-#include <access/itup.h>
-#include <utils/int8.h>
+#include "access/sdir.h"
+#include "access/funcindex.h"
+#include "access/relscan.h"
+#include "access/itup.h"
+#include "utils/int8.h"
/*
* An overflow page is a spare page allocated for storing data whose
diff --git a/src/include/access/hio.h b/src/include/access/hio.h
index d94d959b7a1..edfcc1319e5 100644
--- a/src/include/access/hio.h
+++ b/src/include/access/hio.h
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: hio.h,v 1.12 1999/07/15 15:20:54 momjian Exp $
+ * $Id: hio.h,v 1.13 1999/07/15 23:03:34 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HIO_H
#define HIO_H
-#include <access/htup.h>
+#include "access/htup.h"
extern void RelationPutHeapTuple(Relation relation, Buffer buffer,
HeapTuple tuple);
diff --git a/src/include/access/htup.h b/src/include/access/htup.h
index 507a17907fc..cae145ead49 100644
--- a/src/include/access/htup.h
+++ b/src/include/access/htup.h
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: htup.h,v 1.23 1999/07/15 15:20:54 momjian Exp $
+ * $Id: htup.h,v 1.24 1999/07/15 23:03:34 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HTUP_H
#define HTUP_H
-#include <storage/bufpage.h>
+#include "storage/bufpage.h"
#define MinHeapTupleBitmapSize 32 /* 8 * 4 */
diff --git a/src/include/access/ibit.h b/src/include/access/ibit.h
index acbe22b6a1d..31ccc99191b 100644
--- a/src/include/access/ibit.h
+++ b/src/include/access/ibit.h
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: ibit.h,v 1.9 1999/02/13 23:20:54 momjian Exp $
+ * $Id: ibit.h,v 1.10 1999/07/15 23:03:34 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef IBIT_H
#define IBIT_H
-#include <utils/memutils.h>
+#include "utils/memutils.h"
typedef struct IndexAttributeBitMapData
{
diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h
index be765ab4ec7..15e576e65a7 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.11 1999/02/13 23:20:55 momjian Exp $
+ * $Id: iqual.h,v 1.12 1999/07/15 23:03:34 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef IQUAL_H
#define IQUAL_H
-#include <access/skey.h>
-#include <access/itup.h>
+#include "access/skey.h"
+#include "access/itup.h"
/* ----------------
diff --git a/src/include/access/istrat.h b/src/include/access/istrat.h
index 90ed45926af..32d75ef0903 100644
--- a/src/include/access/istrat.h
+++ b/src/include/access/istrat.h
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: istrat.h,v 1.14 1999/07/15 15:20:54 momjian Exp $
+ * $Id: istrat.h,v 1.15 1999/07/15 23:03:35 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ISTRAT_H
#define ISTRAT_H
-#include <utils/rel.h>
+#include "utils/rel.h"
/*
* StrategyNumberIsValid
diff --git a/src/include/access/itup.h b/src/include/access/itup.h
index f89211029c0..d324e0c7add 100644
--- a/src/include/access/itup.h
+++ b/src/include/access/itup.h
@@ -6,17 +6,17 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: itup.h,v 1.18 1999/07/15 15:20:54 momjian Exp $
+ * $Id: itup.h,v 1.19 1999/07/15 23:03:35 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ITUP_H
#define ITUP_H
-#include <access/ibit.h>
-#include <access/tupmacs.h>
-#include <access/tupdesc.h>
-#include <storage/itemptr.h>
+#include "access/ibit.h"
+#include "access/tupmacs.h"
+#include "access/tupdesc.h"
+#include "storage/itemptr.h"
#define MaxIndexAttributeNumber 7
diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h
index 9618e5fb725..f5d50533676 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.28 1999/07/15 15:20:55 momjian Exp $
+ * $Id: nbtree.h,v 1.29 1999/07/15 23:03:35 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/sdir.h"
+#include "access/relscan.h"
+#include "access/funcindex.h"
+#include "access/itup.h"
/*
* BTPageOpaqueData -- At the end of every page, we store a pointer
diff --git a/src/include/access/printtup.h b/src/include/access/printtup.h
index 0fce96e73a2..f90f3103b0c 100644
--- a/src/include/access/printtup.h
+++ b/src/include/access/printtup.h
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: printtup.h,v 1.10 1999/05/25 22:42:32 momjian Exp $
+ * $Id: printtup.h,v 1.11 1999/07/15 23:03:35 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PRINTTUP_H
#define PRINTTUP_H
-#include <tcop/dest.h>
+#include "tcop/dest.h"
extern DestReceiver *printtup_create_DR(void);
extern void showatts(char *name, TupleDesc attinfo);
diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h
index fe8b03f40c1..08e7754df59 100644
--- a/src/include/access/relscan.h
+++ b/src/include/access/relscan.h
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: relscan.h,v 1.16 1999/07/15 15:20:55 momjian Exp $
+ * $Id: relscan.h,v 1.17 1999/07/15 23:03:36 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RELSCAN_H
#define RELSCAN_H
-#include <utils/tqual.h>
+#include "utils/tqual.h"
typedef ItemPointerData MarkData;
diff --git a/src/include/access/rtree.h b/src/include/access/rtree.h
index d5d105ec3f6..ff13d3baba0 100644
--- a/src/include/access/rtree.h
+++ b/src/include/access/rtree.h
@@ -6,17 +6,17 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rtree.h,v 1.15 1999/07/15 15:20:55 momjian Exp $
+ * $Id: rtree.h,v 1.16 1999/07/15 23:03:36 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RTREE_H
#define RTREE_H
-#include <access/funcindex.h>
-#include <access/itup.h>
-#include <access/relscan.h>
-#include <access/sdir.h>
+#include "access/funcindex.h"
+#include "access/itup.h"
+#include "access/relscan.h"
+#include "access/sdir.h"
/* see rtstrat.c for what all this is about */
#define RTNStrategies 8
diff --git a/src/include/access/rtscan.h b/src/include/access/rtscan.h
index 88932322d33..8ad9943ac06 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.6 1999/02/13 23:20:58 momjian Exp $
+ * $Id: rtscan.h,v 1.7 1999/07/15 23:03:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RTSCAN_H
#define RTSCAN_H
-#include <utils/rel.h>
-#include <storage/block.h>
-#include <storage/off.h>
+#include "utils/rel.h"
+#include "storage/block.h"
+#include "storage/off.h"
void rtadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum);
diff --git a/src/include/access/rtstrat.h b/src/include/access/rtstrat.h
index fb3e090b6c6..91d5d3d365c 100644
--- a/src/include/access/rtstrat.h
+++ b/src/include/access/rtstrat.h
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rtstrat.h,v 1.10 1999/07/15 15:20:55 momjian Exp $
+ * $Id: rtstrat.h,v 1.11 1999/07/15 23:03:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RTSTRAT_H
#define RTSTRAT_H
-#include <utils/rel.h>
+#include "utils/rel.h"
extern RegProcedure RTMapOperator(Relation r, AttrNumber attnum,
RegProcedure proc);
diff --git a/src/include/access/skey.h b/src/include/access/skey.h
index 57cc7e0d444..8b9d1c5174f 100644
--- a/src/include/access/skey.h
+++ b/src/include/access/skey.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: skey.h,v 1.11 1999/02/13 23:20:58 momjian Exp $
+ * $Id: skey.h,v 1.12 1999/07/15 23:03:37 momjian Exp $
*
*
* Note:
@@ -16,8 +16,8 @@
#ifndef SKEY_H
#define SKEY_H
-#include <access/attnum.h>
-#include <fmgr.h>
+#include "access/attnum.h"
+#include "fmgr.h"
typedef struct ScanKeyData
{
diff --git a/src/include/access/strat.h b/src/include/access/strat.h
index b1e58f08dbe..92b58939b54 100644
--- a/src/include/access/strat.h
+++ b/src/include/access/strat.h
@@ -7,14 +7,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: strat.h,v 1.15 1999/05/25 22:42:34 momjian Exp $
+ * $Id: strat.h,v 1.16 1999/07/15 23:03:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef STRAT_H
#define STRAT_H
-#include <access/skey.h>
+#include "access/skey.h"
typedef uint16 StrategyNumber;
diff --git a/src/include/access/transam.h b/src/include/access/transam.h
index 2551278f129..46d9f1b8036 100644
--- a/src/include/access/transam.h
+++ b/src/include/access/transam.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: transam.h,v 1.22 1999/06/10 14:17:12 vadim Exp $
+ * $Id: transam.h,v 1.23 1999/07/15 23:03:38 momjian Exp $
*
* NOTES
* Transaction System Version 101 now support proper oid
@@ -17,7 +17,7 @@
#ifndef TRANSAM_H
#define TRANSAM_H
-#include <storage/bufmgr.h>
+#include "storage/bufmgr.h"
/* ----------------
* transaction system version id
diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h
index f338723d5f1..98e6492440b 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.22 1999/05/25 22:42:36 momjian Exp $
+ * $Id: tupdesc.h,v 1.23 1999/07/15 23:03:38 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"
+#include "access/attnum.h"
+#include "catalog/pg_attribute.h"
typedef struct attrDefault
diff --git a/src/include/access/xact.h b/src/include/access/xact.h
index 9f155200e25..44c9d4b7a6e 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.21 1999/07/15 15:20:56 momjian Exp $
+ * $Id: xact.h,v 1.22 1999/07/15 23:03:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef XACT_H
#define XACT_H
-#include <utils/nabstime.h>
-#include <access/transam.h>
+#include "utils/nabstime.h"
+#include "access/transam.h"
/* ----------------
* transaction state structure