Re: Question about non-blocking mode in libpq

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Question about non-blocking mode in libpq
Дата
Msg-id ZUEyKtrtl3IoTwWW@momjian.us
обсуждение исходный текст
Ответ на Re: Question about non-blocking mode in libpq  (Yugo NAGATA <nagata@sraoss.co.jp>)
Ответы Re: Question about non-blocking mode in libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, Jul 21, 2021 at 10:15:09AM +0900, Yugo NAGATA wrote:
> I understood that, although PQgetResult() also flushes the buffer, we still
> should call PQflush() beforehand because we would not like get blocked after
> calling PQgetResult(). Thanks.

I modified your patch, attached, that I would like to apply to all
supported versions.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.

Вложения

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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: Fix search_path for all maintenance commands
Следующее
От: John Morris
Дата:
Сообщение: Re: Add the ability to limit the amount of memory that can be allocated to backends.