Re: pgsql: Add wait event for fsync of WAL segments - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: Add wait event for fsync of WAL segments
Date
Msg-id 20180703005558.GC2159@paquier.xyz
Whole thread Raw
In response to Re: pgsql: Add wait event for fsync of WAL segments  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: pgsql: Add wait event for fsync of WAL segments
List pgsql-committers
On Mon, Jul 02, 2018 at 12:23:35PM -0400, Alvaro Herrera wrote:
> I wonder if we should backpatch this one all the way to pg10.  I don't
> see no reason not to.

ABI breakage (if that's the correct wording?).  Simply cherry-picking
the patch from master to back-branches would cause extensions and
plugins already compiled with those versions to be confused by the
ordering of the enum WaitEventIO.  Well, one simple solution is to
simply put the new event purposefully at the bottom of the list.  If
that sounds right, I could do that on back-branches but I'd rather let
HEAD on it current state with the event set correctly ordered.
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Clarify use of temporary tables within partition trees
Next
From: David Rowley
Date:
Subject: Re: pgsql: Clarify use of temporary tables within partition trees