projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a32028
)
Fix declaration of dumpacl, per Alvaro.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 17 Aug 2005 19:45:51 +0000
(19:45 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 17 Aug 2005 19:45:51 +0000
(19:45 +0000)
src/backend/catalog/aclchk.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/aclchk.c
b/src/backend/catalog/aclchk.c
index 119e1fa9171dad9b9d99ac7d3a2dfaf0a85eb0c1..9bb6972495dc48a468aa792aa3ea5adf22065250 100644
(file)
--- a/
src/backend/catalog/aclchk.c
+++ b/
src/backend/catalog/aclchk.c
@@
-53,7
+53,7
@@
static const char *privilege_to_string(AclMode privilege);
#ifdef ACLDEBUG
-static
+static
void
dumpacl(Acl *acl)
{
int i;