Re: [HACKERS] make async slave to wait for lsn to be replayed - Mailing list pgsql-hackers

From a.pervushina@postgrespro.ru
Subject Re: [HACKERS] make async slave to wait for lsn to be replayed
Date
Msg-id c5c4c3374fce87f1c7607636d5398976@postgrespro.ru
Whole thread Raw
In response to Re: [HACKERS] make async slave to wait for lsn to be replayed  (Anna Akenteva <a.akenteva@postgrespro.ru>)
Responses Re: [HACKERS] make async slave to wait for lsn to be replayed  (a.pervushina@postgrespro.ru)
List pgsql-hackers
Anna Akenteva писал 2020-04-08 22:36:
> On 2020-04-08 04:09, Kyotaro Horiguchi wrote:
> 
> I like your suggested keywords! I think that "AFTER" + "WITHIN" sound
> the most natural. We could completely give up the LSN keyword for now.
> The final command could look something like:
> 
> BEGIN AFTER ‘0/303EC60’ WITHIN '5 seconds';
> or
> BEGIN AFTER ‘0/303EC60’ WITHIN 5000;


Hello,

I've changed the syntax of the command from BEGIN [ WAIT FOR LSN value [ 
TIMEOUT delay ]] to BEGIN [ AFTER value [ WITHIN delay ]] and removed 
all the unnecessary keywords.

Best regards,
Alexandra Pervushina.
Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: a misbehavior of partition row movement (?)
Next
From: Daniel Gustafsson
Date:
Subject: Re: Error code missing for "wrong length of inner sequence" error