Re: pipelining in psql, commit 41625ab

Поиск
Список
Период
Сортировка
От Jelte Fennema-Nio
Тема Re: pipelining in psql, commit 41625ab
Дата
Msg-id CAGECzQS__HmHXWqkZ6eBDdSE4HF7tpDf44WDA959p69oPrAcXg@mail.gmail.com
обсуждение исходный текст
Ответ на pipelining in psql, commit 41625ab  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
On Tue, 15 Apr 2025 at 23:34, Noah Misch <noah@leadboat.com> wrote:
> That said, maybe having
> PQpipelineSync() was a mistake, since I think it's just PQsendPipelineSync() +
> PQflush().

Yes, IMO that's pretty much the case. But we cannot remove that
function because of backwards compatibility.

Note that for all the other commands (e.g \bind, \close, \parse) we
use the send variant of the libpq function too without including send
in the command. However, send means a different thing for those: If
you use the non-send one you get a PGresult back.



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