pgsql: Fix typos and incorrect type in read_stream.c

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos and incorrect type in read_stream.c
Date: 2024-05-01 05:05:15
Message-ID: E1s229a-000tyf-DI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-05-01 05:13:26 Re: pgsql: Disable run condition optimization for some WindowFuncs
Previous Message Tatsuo Ishii 2024-05-01 05:02:12 Re: pgsql: Disable run condition optimization for some WindowFuncs