Re: [HACKERS] More race conditions in logical replication - Mailing list pgsql-hackers

From Noah Misch
Subject Re: [HACKERS] More race conditions in logical replication
Date
Msg-id 20170813012511.GA3677719@rfd.leadboat.com
Whole thread Raw
In response to Re: [HACKERS] More race conditions in logical replication  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: [HACKERS] More race conditions in logical replication  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On Sat, Aug 12, 2017 at 05:38:29PM +0900, Michael Paquier wrote:
> On Thu, Aug 10, 2017 at 4:22 PM, Michael Paquier
> <michael.paquier@gmail.com> wrote:
> > On Tue, Aug 8, 2017 at 8:11 PM, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
> >> Here's a patch.  It turned to be a bit larger than I initially expected.
> >
> > Álvaro, 030273b7 did not get things completely right. A couple of wait
> > events have been added in the docs for sections Client, IPC and
> > Activity but it forgot to update the counters for morerows . Attached
> > is a patch to fix all that.
> 
> As the documentation format is weird because of this commit, I am
> adding an open item dedicated to that. Look for example at
> WalSenderWaitForWAL in
> https://www.postgresql.org/docs/devel/static/monitoring-stats.html.
> While looking again, I have noticed that one line for the section of
> LWLock is weird, so attached is an updated patch.

Committed.  These counts broke three times in the v10 release cycle.  It's too
bad this defect doesn't cause an error when building the docs.



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: [HACKERS] POC: Sharing record typmods between backends
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] More race conditions in logical replication