Re: [HACKERS] wait events for disk I/O - Mailing list pgsql-hackers

From Rushabh Lathia
Subject Re: [HACKERS] wait events for disk I/O
Date
Msg-id CAGPqQf1Xhf5CjZH1XJNB+AY-_So3f4V_Tk_eqRwdRwhiX1JcRg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] wait events for disk I/O  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: [HACKERS] wait events for disk I/O  (Rajkumar Raghuwanshi <rajkumar.raghuwanshi@enterprisedb.com>)
List pgsql-hackers


On Sat, Mar 18, 2017 at 5:15 PM, Robert Haas <robertmhaas@gmail.com> wrote:
On Fri, Mar 17, 2017 at 10:01 AM, Rushabh Lathia
<rushabh.lathia@gmail.com> wrote:
> I tried to cover all the suggestion in the attached latest patch.

Committed.  I reworded the documentation entries, renamed a few of the
wait events to make things more consistent, put all three lists in
rigorous alphabetical order, and I fixed a couple of places where an
error return from a system call could lead to returning without
clearing the wait event.


Thanks Robert.
 
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



--
Rushabh Lathia

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: [HACKERS] New CORRESPONDING clause design
Next
From: Mithun Cy
Date:
Subject: Re: [HACKERS] [POC] A better way to expand hash indexes.