Re: [PATCHES] Trivial patch, silence CC warnings

2005-08-17 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes:
  
>   #ifdef ACLDEBUG
> ! static
>   dumpacl(Acl *acl)
>   {
>   int i;
> --- 53,59 
  
  
>   #ifdef ACLDEBUG
> ! static void
>   dumpacl(Acl *acl)
>   {
>   int i;

Done, thanks.

regards, tom lane

---(end of broadcast)---
TIP 4: Have you searched our list archives?

   http://archives.postgresql.org


[PATCHES] Trivial patch, silence CC warnings

2005-08-17 Thread Alvaro Herrera
The function declaration is broken.

-- 
Alvaro Herrera ()
"I dream about dreams about dreams", sang the nightingale
under the pale moon (Sandman)
Index: aclchk.c
===
RCS file: /home/alvherre/cvs/pgsql/src/backend/catalog/aclchk.c,v
retrieving revision 1.116
diff -c -r1.116 aclchk.c
*** aclchk.c	26 Jul 2005 16:38:26 -	1.116
--- aclchk.c	17 Aug 2005 17:46:39 -
***
*** 53,59 
  
  
  #ifdef ACLDEBUG
! static
  dumpacl(Acl *acl)
  {
  	int			i;
--- 53,59 
  
  
  #ifdef ACLDEBUG
! static void
  dumpacl(Acl *acl)
  {
  	int			i;

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings