Re: Add PQsendSyncMessage() to libpq
От
Michael Paquier
Тема
Re: Add PQsendSyncMessage() to libpq
Дата
Msg-id
ZFBcayUA1E6jdKYD@paquier.xyz
Ответ на
Re: Add PQsendSyncMessage() to libpq (Anton Kirilov)
Список
Дерево обсуждения
Add PQsendSyncMessage() to libpq Anton Kirilov <antonvkirilov@gmail.com>
Re: Add PQsendSyncMessage() to libpq Denis Laxalde <denis.laxalde@dalibo.com>
Re: Add PQsendSyncMessage() to libpq Anton Kirilov <antonvkirilov@gmail.com>
Re: Add PQsendSyncMessage() to libpq Denis Laxalde <denis.laxalde@dalibo.com>
Re: Add PQsendSyncMessage() to libpq Michael Paquier <michael@paquier.xyz>
Re: Add PQsendSyncMessage() to libpq Denis Laxalde <denis.laxalde@dalibo.com>
Re: Add PQsendSyncMessage() to libpq Anton Kirilov <antonvkirilov@gmail.com>
Re: Add PQsendSyncMessage() to libpq Michael Paquier <michael@paquier.xyz>
Re: Add PQsendSyncMessage() to libpq Anton Kirilov <antonvkirilov@gmail.com>
Re: Add PQsendSyncMessage() to libpq Robert Haas <robertmhaas@gmail.com>
Re: Add PQsendSyncMessage() to libpq Anton Kirilov <antonvkirilov@gmail.com>
Re: Add PQsendSyncMessage() to libpq Michael Paquier <michael@paquier.xyz>
Re: Add PQsendSyncMessage() to libpq Robert Haas <robertmhaas@gmail.com>
Re: Add PQsendSyncMessage() to libpq Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: Add PQsendSyncMessage() to libpq Jelte Fennema-Nio <postgres@jeltef.nl>
Re: Add PQsendSyncMessage() to libpq Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: Add PQsendSyncMessage() to libpq Anton Kirilov <antonvkirilov@gmail.com>
Re: Add PQsendSyncMessage() to libpq Jelte Fennema-Nio <postgres@jeltef.nl>
Re: Add PQsendSyncMessage() to libpq Anthonin Bonnefoy <anthonin.bonnefoy@datadoghq.com>
Re: Add PQsendSyncMessage() to libpq Jelte Fennema-Nio <postgres@jeltef.nl>
Re: Add PQsendSyncMessage() to libpq Michael Paquier <michael@paquier.xyz>
Re: Add PQsendSyncMessage() to libpq Michael Paquier <michael@paquier.xyz>
Re: Add PQsendSyncMessage() to libpq Michael Paquier <michael@paquier.xyz>
Re: Add PQsendSyncMessage() to libpq Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: Add PQsendSyncMessage() to libpq Michael Paquier <michael@paquier.xyz>
Re: Add PQsendSyncMessage() to libpq Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: Add PQsendSyncMessage() to libpq Michael Paquier <michael@paquier.xyz>
Re: Add PQsendSyncMessage() to libpq Anton Kirilov <antonvkirilov@gmail.com>
Re: Add PQsendSyncMessage() to libpq Jelte Fennema-Nio <postgres@jeltef.nl>
Re: Add PQsendSyncMessage() to libpq Michael Paquier <michael@paquier.xyz>
Re: Add PQsendSyncMessage() to libpq Anton Kirilov <antonvkirilov@gmail.com>
Re: Add PQsendSyncMessage() to libpq Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: Add PQsendSyncMessage() to libpq Anton Kirilov <antonvkirilov@gmail.com>
Re: Add PQsendSyncMessage() to libpq Anton Kirilov <antonvkirilov@gmail.com>
Re: Add PQsendSyncMessage() to libpq Daniel Gustafsson <daniel@yesql.se>
Re: Add PQsendSyncMessage() to libpq Anton Kirilov <antonvkirilov@gmail.com>
Re: Add PQsendSyncMessage() to libpq Michael Paquier <michael@paquier.xyz>
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 по дате отправления