Re: Streaming I/O, vectored I/O (WIP) - Mailing list pgsql-hackers

From David Rowley
Subject Re: Streaming I/O, vectored I/O (WIP)
Date
Msg-id CAApHDvr9Un-XpDr_+AFdOGM38O2K8SpfoHimqZ838gguTGYBiQ@mail.gmail.com
Whole thread Raw
In response to Re: Streaming I/O, vectored I/O (WIP)  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
Responses Re: Streaming I/O, vectored I/O (WIP)
List 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

pgsql-hackers by date:

Previous
From: "Imseih (AWS), Sami"
Date:
Subject: Re: query_id, pg_stat_activity, extended query protocol
Next
From: Yugo NAGATA
Date:
Subject: Extend ALTER DEFAULT PRIVILEGES for large objects