Re: More race conditions in logical replication
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Robert Haas <robertmhaas@gmail.com>,
Petr Jelinek <petr.jelinek@2ndquadrant.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Date: 2017-08-12T08:38:29Z
Lists: pgsql-hackers
Attachments
- docfix-wait-event-rows-v2.patch (text/x-patch) patch v2
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. Thanks, -- Michael
Commits
-
Fix vertical spanning in table "wait_event Description".
- e88928c50dfe 10.0 landed
-
Fix replication origin-related race conditions
- b2c95a3798ff 10.0 landed
-
Fix inadequacies in recently added wait events
- 030273b7ea46 10.0 landed
-
Fix race conditions in replication slot operations
- 9915de6c1cb2 10.0 landed