From: | David Rowley <dgrowleyml(at)gmail(dot)com> |
---|---|
To: | Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com> |
Cc: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, Melanie Plageman <melanieplageman(at)gmail(dot)com> |
Subject: | Re: Streaming I/O, vectored I/O (WIP) |
Date: | 2024-04-24 02:32:09 |
Message-ID: | CAApHDvr9Un-XpDr_+AFdOGM38O2K8SpfoHimqZ838gguTGYBiQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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.
David
Attachment | Content-Type | Size |
---|---|---|
read_stream_fixes.patch | text/plain | 1.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Yugo NAGATA | 2024-04-24 02:52:42 | Extend ALTER DEFAULT PRIVILEGES for large objects |
Previous Message | Imseih (AWS), Sami | 2024-04-24 01:40:45 | Re: query_id, pg_stat_activity, extended query protocol |