Re: make async slave to wait for lsn to be replayed
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Ivan Kartyshov <i.kartyshov@postgrespro.ru>
Cc: Thomas Munro <thomas.munro@enterprisedb.com>,
Masahiko Sawada <sawada.mshk@gmail.com>, Thom Brown <thom@linux.com>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-03-21T17:06:40Z
Lists: pgsql-hackers
Hi Ivan, On 3/12/17 10:20 PM, Thomas Munro wrote: > On Fri, Mar 10, 2017 at 1:49 AM, Ivan Kartyshov > <i.kartyshov@postgrespro.ru> wrote: >> Here I attached rebased patch waitlsn_10dev_v3 (core feature) >> I will leave the choice of implementation (core/contrib) to the discretion >> of the community. >> >> Will be glad to hear your suggestion about syntax, code and patch. > > Hi Ivan, > > Here is some feedback based on a first read-through of the v4 patch. > I haven't tested it yet. This thread has been idle for over a week. Please respond and/or post a new patch by 2017-03-24 00:00 AoE (UTC-12) or this submission will be marked "Returned with Feedback". Thanks, -- -David david@pgmasters.net
Commits
-
Implement waiting for given lsn at transaction start
- 0f5ca02f53ac 13.0 landed