Re: [HACKERS] make async slave to wait for lsn to be replayed - Mailing 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