Re: Void binary patch

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Radosław Smogura <rsmogura(at)softperience(dot)eu>, PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Void binary patch
Date: 2011-02-22 14:12:23
Message-ID: AANLkTikq562NXcuHEESTfxKKUU38k8=GUUcCMZZbGdN2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 22, 2011 at 6:01 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Sun, Feb 20, 2011 at 5:20 AM, Radosław Smogura
> <rsmogura(at)softperience(dot)eu> wrote:
>> Just patch for missing procedures for void send/recv
>
> 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.

merlin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2011-02-22 14:15:10 Re: CopyReadLineText optimization revisited
Previous Message Heikki Linnakangas 2011-02-22 13:58:05 Re: Snapshot synchronization, again...