Re: Patch to be verbose about being unable to read ~/.pgpasss... - Mailing list pgsql-patches

From Tom Lane
Subject Re: Patch to be verbose about being unable to read ~/.pgpasss...
Date
Msg-id 22391.1056154129@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch to be verbose about being unable to read ~/.pgpasss...  (Sean Chittenden <sean@chittenden.org>)
Responses Re: Patch to be verbose about being unable to read ~/.pgpasss...
List pgsql-patches
Sean Chittenden <sean@chittenden.org> writes:
> -typedef void (*PQnoticeProcessor) (void *arg, const char *message);
> +typedef void (*PQnoticeProcessor) (void *arg, const char *message, ...);

This isn't going to happen.  It would break every existing application
that uses a notice processor, since they are not expecting to have to
treat the message as a format string (quite aside from your unportable
assumption that this doesn't change the function's ABI).

            regards, tom lane

pgsql-patches by date:

Previous
From: Sean Chittenden
Date:
Subject: Re: Patch to be verbose about being unable to read ~/.pgpasss...
Next
From: Peter Eisentraut
Date:
Subject: Re: Patch to be verbose about being unable to read