Re: Question about non-blocking mode in libpq

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Question about non-blocking mode in libpq
Дата
Msg-id ZUFuyJtiEXRQE8zi@momjian.us
обсуждение исходный текст
Ответ на Re: Question about non-blocking mode in libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Question about non-blocking mode in libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Oct 31, 2023 at 01:58:34PM -0400, Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > I modified your patch, attached, that I would like to apply to all
> > supported versions.
> 
> This seems to have lost the information about what to do if these
> functions fail.  I think probably the only possible failure cause
> in nonblock mode is "unable to enlarge the buffer because OOM",
> but that's certainly not the same thing as "cannot fail".

Okay, I added "_successful_ calls", attached.  I am not sure what else
to add.

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

  Only you can decide what is important to you.

Вложения

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

Предыдущее
От: Matthias van de Meent
Дата:
Сообщение: btree: implement dynamic prefix truncation (was: Improving btree performance through specializing by key shape, take 2)
Следующее
От: David Christensen
Дата:
Сообщение: Re: Moving forward with TDE [PATCH v3]