Re: Add PQsendSyncMessage() to libpq

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Add PQsendSyncMessage() to libpq
Дата
Msg-id ZFBcayUA1E6jdKYD@paquier.xyz
обсуждение исходный текст
Ответ на Re: Add PQsendSyncMessage() to libpq  (Anton Kirilov <antonvkirilov@gmail.com>)
Ответы Re: Add PQsendSyncMessage() to libpq  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Sat, Apr 29, 2023 at 05:06:03PM +0100, Anton Kirilov wrote:
> In any case I am not particularly attached to any naming or the exact shape
> of the new API, as long as it achieves the same goal (reducing the number of
> system calls), but before I make any substantial changes to my patch, I
> would like to hear your thoughts on the matter.

Another thing that may matter in terms of extensibility?  Would a
boolean argument really be the best design?  Could it be better to
have instead one API with a bits32 and some flags controlling its
internals?
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Add PQsendSyncMessage() to libpq
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options