Commit ff15b3da authored by Tom Lane's avatar Tom Lane

Fix declaration of dumpacl, per Alvaro.

parent 28d0515d
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * 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 * NOTES
* See acl.h. * See acl.h.
...@@ -53,7 +53,7 @@ static const char *privilege_to_string(AclMode privilege); ...@@ -53,7 +53,7 @@ static const char *privilege_to_string(AclMode privilege);
#ifdef ACLDEBUG #ifdef ACLDEBUG
static static void
dumpacl(Acl *acl) dumpacl(Acl *acl)
{ {
int i; int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment