From 83b06823f63aefa40736c1797890d13c043f352d Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 9 Jan 2003 18:00:24 +0000 Subject: Move new typedef AclId into c.h, so as to avoid cluttering namespace by having to include miscadmin.h into other header files. --- src/backend/tcop/fastpath.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backend/tcop/fastpath.c') 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" -- cgit v1.2.3