pgsql: Fix typos and incorrect type in read_stream.c

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Fix typos and incorrect type in read_stream.c
Дата
Msg-id E1s229a-000tyf-DI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix typos and incorrect type in read_stream.c

max_ios should be int rather than int16, otherwise there's not much
point in doing:

max_ios = Min(max_ios, PG_INT16_MAX);

Discussion: https://postgr.es/m/CAApHDvr9Un-XpDr_+AFdOGM38O2K8SpfoHimqZ838gguTGYBiQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2ea4b29277222efe59dc25ed8385c8bcb1a3ed0f

Modified Files
--------------
src/backend/storage/aio/read_stream.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: pgsql: Disable run condition optimization for some WindowFuncs
Следующее
От: David Rowley
Дата:
Сообщение: Re: pgsql: Disable run condition optimization for some WindowFuncs