Re: Void binary patch

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Void binary patch
Дата
Msg-id AANLkTikq562NXcuHEESTfxKKUU38k8=GUUcCMZZbGdN2@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Void binary patch  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Void binary patch  (rsmogura <rsmogura@softperience.eu>)
Re: Void binary patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Feb 22, 2011 at 6:01 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Sun, Feb 20, 2011 at 5:20 AM, Radosław Smogura
> <rsmogura@softperience.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Snapshot synchronization, again...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: CopyReadLineText optimization revisited