Re: Trivial patch, silence CC warnings

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Trivial patch, silence CC warnings
Date: 2005-08-17 19:46:22
Message-ID: 6397.1124307982@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> 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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Jim C. Nasby 2005-08-17 20:15:52 Re: pthread stack on FreeBSD WAS: HEAD doesn't cope with libraries
Previous Message Tom Lane 2005-08-17 19:40:53 Re: PATCH to allow concurrent VACUUMs to not lock each