Re: Minor typo in syncrep.c - Mailing list pgsql-hackers

From Amit Langote
Subject Re: Minor typo in syncrep.c
Date
Msg-id 56B1C25A.90503@lab.ntt.co.jp
Whole thread Raw
In response to Minor typo in syncrep.c  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Responses Re: Minor typo in syncrep.c
List pgsql-hackers
On 2016/02/03 17:50, Amit Langote wrote:
> Attached patch removes an extraneous word in the comment above

I kept reading and found one place in a comment within the function where
a word is most probably missing,  Attached fixes it.

     /*
      * If this WALSender is serving a standby that is not on the list of
-     * potential standbys then we have nothing to do. If we are still
starting
-     * up, still running base backup or the current flush position is still
-     * invalid, then leave quickly also.
+     * potential sync standbys then we have nothing to do. If we are still
+     * starting up, still running base backup or the current flush position
+     * is still invalid, then leave quickly also.

Thanks,
Amit

Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Minor typo in syncrep.c
Next
From: Peter Moser
Date:
Subject: Development with Eclipse - Wrong error messages in IDE