aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/fastpath.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-01-09 18:00:24 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-01-09 18:00:24 +0000
commit83b06823f63aefa40736c1797890d13c043f352d (patch)
tree0fa78d87d8f12cd9218c3982dab5eea7563846e2 /src/backend/tcop/fastpath.c
parent9df2c440326cf5ebfe485af4e76938c12faa220d (diff)
downloadpostgresql-83b06823f63aefa40736c1797890d13c043f352d.tar.gz
postgresql-83b06823f63aefa40736c1797890d13c043f352d.zip
Move new typedef AclId into c.h, so as to avoid cluttering namespace
by having to include miscadmin.h into other header files.
Diffstat (limited to 'src/backend/tcop/fastpath.c')
-rw-r--r--src/backend/tcop/fastpath.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c
index 554ea576dd2..53b3a09ba27 100644
--- a/src/backend/tcop/fastpath.c
+++ b/src/backend/tcop/fastpath.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.56 2003/01/07 22:32:10 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.57 2003/01/09 18:00:23 tgl Exp $
*
* NOTES
* This cruft is the server side of PQfn.
@@ -64,6 +64,7 @@
#include "catalog/pg_proc.h"
#include "libpq/libpq.h"
#include "libpq/pqformat.h"
+#include "miscadmin.h"
#include "tcop/fastpath.h"
#include "utils/acl.h"
#include "utils/lsyscache.h"