pgsql: Fix typos and incorrect type in read_stream.c - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Fix typos and incorrect type in read_stream.c
Date
Msg-id E1s229a-000tyf-DI@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: pgsql: Disable run condition optimization for some WindowFuncs
Next
From: David Rowley
Date:
Subject: Re: pgsql: Disable run condition optimization for some WindowFuncs