Re: Void binary patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Void binary patch
Date
Msg-id 29479.1298387707@sss.pgh.pa.us
Whole thread Raw
In response to Re: Void binary patch  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: Void binary patch  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Merlin Moncure <mmoncure@gmail.com> writes:
> On Tue, Feb 22, 2011 at 6:01 AM, Robert Haas <robertmhaas@gmail.com> wrote:
>> What problem does this fix?

> void returning functions may not be called when binary protocol is
> requested currently.  this is annoying: some drivers that wrap libpq
> or the protocol directly use the binary mode exclusively and this
> causes headaches for them.  put another way, 'void' is the only POD
> type missing send/recv.

Yeah, this has been discussed before.

Even though this patch is far past the CF deadline, I'm a bit tempted to
push it into 9.1 anyway, just so we can check off that problem.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: OUTER keyword
Next
From: Tom Lane
Date:
Subject: Re: OUTER keyword