From: Tom Lane Date: Wed, 17 Aug 2005 19:45:51 +0000 (+0000) Subject: Fix declaration of dumpacl, per Alvaro. X-Git-Tag: REL9_0_0~9480 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ff15b3dac5893e00c9245dac42c1014427bf2a54;p=pg-rex%2Fsyncrep.git Fix declaration of dumpacl, per Alvaro. --- diff --git a/src/backend/catalog/aclchk.c b/src/backend/catalog/aclchk.c index 81dcc904cc..97da34243c 100644 --- a/src/backend/catalog/aclchk.c +++ b/src/backend/catalog/aclchk.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/catalog/aclchk.c,v 1.117 2005/08/12 21:20:24 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/catalog/aclchk.c,v 1.118 2005/08/17 19:45:51 tgl Exp $ * * NOTES * See acl.h. @@ -53,7 +53,7 @@ static const char *privilege_to_string(AclMode privilege); #ifdef ACLDEBUG -static +static void dumpacl(Acl *acl) { int i;