Re: Streaming I/O, vectored I/O (WIP)

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: Streaming I/O, vectored I/O (WIP)
Дата
Msg-id CAApHDvq678Ym4ZbXyAJubTUr1SpRhB=i7fmLkW7b+Mh1m0AX4Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Streaming I/O, vectored I/O (WIP)  (David Rowley <dgrowleyml@gmail.com>)
Ответы Re: Streaming I/O, vectored I/O (WIP)
Список pgsql-hackers
On Wed, 24 Apr 2024 at 14:32, David Rowley <dgrowleyml@gmail.com> wrote:
> I've attached a patch with a few typo fixes and what looks like an
> incorrect type for max_ios. It's an int16 and I think it needs to be
> an int. Doing "max_ios = Min(max_ios, PG_INT16_MAX);" doesn't do
> anything when max_ios is int16.

No feedback, so I'll just push this in a few hours unless anyone has anything.

David



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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: pg_trgm comparison bug on cross-architecture replication due to different char implementation
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: add tab-complete for memory, serialize option and other minor issues.