aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-01-05 00:49:59 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-01-05 00:49:59 +0000
commitf159bce09fb153552a2fa9dd9564978925d8f630 (patch)
tree6ca01b62b49d69b2f341be46d934ee7bd0c93832 /src
parentb19a0c70d26d971094092e0567c116d019c3f307 (diff)
downloadpostgresql-f159bce09fb153552a2fa9dd9564978925d8f630.tar.gz
postgresql-f159bce09fb153552a2fa9dd9564978925d8f630.zip
Add missing include --- seems include file references are different in
CVS tip than in this branch.
Diffstat (limited to 'src')
-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 c1353d0b312..b105d2474e3 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.54.2.1 2003/01/01 21:57:18 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.54.2.2 2003/01/05 00:49:59 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"