Re: make async slave to wait for lsn to be replayed

From: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
To: Ivan Kartyshov <i(dot)kartyshov(at)postgrespro(dot)ru>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, pgsql-hackers-owner(at)postgresql(dot)org
Subject: Re: make async slave to wait for lsn to be replayed
Date: 2017-10-23 10:19:25
Message-ID: CAPpHfdsatZqt+nVcZk-aA_9NYLHjGUm2hE1y6P+4Ejt7Syrqng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 23, 2017 at 12:42 PM, Ivan Kartyshov <i(dot)kartyshov(at)postgrespro(dot)ru
> wrote:

> New little cleanup code changes
>

Despite code cleanup, you still have some random empty lines removals in
your patch.

@@ -149,7 +150,6 @@ const struct config_enum_entry sync_method_options[] = {
> {NULL, 0, false}
> };
>
> -
> /*
> * Although only "on", "off", and "always" are documented,
> * we accept all the likely variants of "on" and "off".

@@ -141,7 +141,6 @@
> #include "utils/timestamp.h"
> #include "utils/tqual.h"
>
> -
> /*
> * Maximum size of a NOTIFY payload, including terminating NULL. This
> * must be kept small enough so that a notification message fits on one

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ivan Kartyshov 2017-10-23 12:44:58 Re: make async slave to wait for lsn to be replayed
Previous Message Rajkumar Raghuwanshi 2017-10-23 09:54:29 Re: path toward faster partition pruning