aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/syscache.c
diff options
context:
space:
mode:
authorJan Wieck <JanWieck@Yahoo.com>1999-11-18 13:56:30 +0000
committerJan Wieck <JanWieck@Yahoo.com>1999-11-18 13:56:30 +0000
commit73bfcf6b22bc047999346d702a502e44006fbe4c (patch)
tree18d22bb3501101e73b3f82195b3938c153ac67d1 /src/backend/utils/cache/syscache.c
parent1276aef2f5160c25c4a57c7fc6c9133967f522e9 (diff)
downloadpostgresql-73bfcf6b22bc047999346d702a502e44006fbe4c.tar.gz
postgresql-73bfcf6b22bc047999346d702a502e44006fbe4c.zip
Changed pg_rewrite attributes ev_qual and ev_action to the new
compressed lztext data type. Jan
Diffstat (limited to 'src/backend/utils/cache/syscache.c')
-rw-r--r--src/backend/utils/cache/syscache.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/utils/cache/syscache.c b/src/backend/utils/cache/syscache.c
index 476fce4db8c..aa532d99bd3 100644
--- a/src/backend/utils/cache/syscache.c
+++ b/src/backend/utils/cache/syscache.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.39 1999/11/16 04:13:59 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.40 1999/11/18 13:56:29 wieck Exp $
*
* NOTES
* These routines allow the parser/planner/executor to perform
@@ -19,6 +19,7 @@
*/
#include "postgres.h"
+#include "utils/builtins.h"
#include "access/heapam.h"
#include "catalog/catname.h"
#include "catalog/pg_aggregate.h"