diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-11-24 05:09:50 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-11-24 05:09:50 +0000 |
| commit | f7f2e18f8e002709d0b361b585c0887b718e8b93 (patch) | |
| tree | 145804bc27275f934484c6ded2d951eff476252c /src/backend/catalog/heap.c | |
| parent | 1409819a870e3028e1c519aec84c3b396ab14348 (diff) | |
| download | postgresql-f7f2e18f8e002709d0b361b585c0887b718e8b93.tar.gz | |
Remove tqual.h includes not needed.
Diffstat (limited to 'src/backend/catalog/heap.c')
| -rw-r--r-- | src/backend/catalog/heap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c index d0174c6e7a..6a150a01b2 100644 --- a/src/backend/catalog/heap.c +++ b/src/backend/catalog/heap.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.32 1997/11/21 18:04:11 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.33 1997/11/24 05:08:07 momjian Exp $ * * INTERFACE ROUTINES * heap_creatr() - Create an uncataloged heap relation @@ -51,6 +51,7 @@ #include <utils/builtins.h> #include <utils/mcxt.h> #include <utils/relcache.h> +#include <utils/tqual.h> #include <nodes/plannodes.h> #ifndef HAVE_MEMMOVE #include <regex/utils.h> |
