diff options
| author | Bruce Momjian | 1999-07-15 23:04:24 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-07-15 23:04:24 +0000 |
| commit | a9591ce66aa69e82196800b0f4f7b6e35aea8e49 (patch) | |
| tree | 297fe17b4ac326fa1078134f10099c074e4052e0 /src/include/optimizer | |
| parent | 2e6b1e63a3f4990594af94afe1b3cef90ae752b5 (diff) | |
Change #include's to use <> and "" as appropriate.
Diffstat (limited to 'src/include/optimizer')
| -rw-r--r-- | src/include/optimizer/_deadcode/xfunc.h | 6 | ||||
| -rw-r--r-- | src/include/optimizer/clauses.h | 4 | ||||
| -rw-r--r-- | src/include/optimizer/ordering.h | 4 | ||||
| -rw-r--r-- | src/include/optimizer/plancat.h | 4 | ||||
| -rw-r--r-- | src/include/optimizer/prep.h | 6 |
5 files changed, 12 insertions, 12 deletions
diff --git a/src/include/optimizer/_deadcode/xfunc.h b/src/include/optimizer/_deadcode/xfunc.h index d925be5630f..4ec0c5aabb7 100644 --- a/src/include/optimizer/_deadcode/xfunc.h +++ b/src/include/optimizer/_deadcode/xfunc.h @@ -6,15 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: xfunc.h,v 1.1 1999/07/15 15:21:24 momjian Exp $ + * $Id: xfunc.h,v 1.2 1999/07/15 23:03:59 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef XFUNC_H #define XFUNC_H -#include <utils/rel.h> -#include <nodes/relation.h> +#include "utils/rel.h" +#include "nodes/relation.h" /* command line arg flags */ #define XFUNC_OFF -1 /* do no optimization of expensive preds */ diff --git a/src/include/optimizer/clauses.h b/src/include/optimizer/clauses.h index 1416cc25450..de135ca1d53 100644 --- a/src/include/optimizer/clauses.h +++ b/src/include/optimizer/clauses.h @@ -6,14 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: clauses.h,v 1.20 1999/07/15 15:21:19 momjian Exp $ + * $Id: clauses.h,v 1.21 1999/07/15 23:03:57 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef CLAUSES_H #define CLAUSES_H -#include <nodes/relation.h> +#include "nodes/relation.h" extern Expr *make_clause(int type, Node *oper, List *args); diff --git a/src/include/optimizer/ordering.h b/src/include/optimizer/ordering.h index 30b262b9e37..61dc0a43366 100644 --- a/src/include/optimizer/ordering.h +++ b/src/include/optimizer/ordering.h @@ -6,14 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: ordering.h,v 1.14 1999/05/25 16:14:20 momjian Exp $ + * $Id: ordering.h,v 1.15 1999/07/15 23:03:58 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef ORDERING_H #define ORDERING_H -#include <nodes/relation.h> +#include "nodes/relation.h" extern bool pathorder_match(PathOrder *path_ordering1, PathOrder *path_ordering2, int *better_sort); diff --git a/src/include/optimizer/plancat.h b/src/include/optimizer/plancat.h index cd67cd16d54..90c5e3e099f 100644 --- a/src/include/optimizer/plancat.h +++ b/src/include/optimizer/plancat.h @@ -6,14 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: plancat.h,v 1.11 1999/02/13 23:21:50 momjian Exp $ + * $Id: plancat.h,v 1.12 1999/07/15 23:03:58 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef PLANCAT_H #define PLANCAT_H -#include <nodes/parsenodes.h> +#include "nodes/parsenodes.h" /* * transient data structure to hold return value of index_info. Note that diff --git a/src/include/optimizer/prep.h b/src/include/optimizer/prep.h index c3b06101c67..54733af3e7b 100644 --- a/src/include/optimizer/prep.h +++ b/src/include/optimizer/prep.h @@ -6,15 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: prep.h,v 1.15 1999/06/06 17:38:10 tgl Exp $ + * $Id: prep.h,v 1.16 1999/07/15 23:03:59 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef PREP_H #define PREP_H -#include <nodes/plannodes.h> -#include <nodes/parsenodes.h> +#include "nodes/plannodes.h" +#include "nodes/parsenodes.h" /* * prototypes for prepqual.c |
