Re: [HACKERS] Bug in Physical Replication Slots (at least 9.5)?

Michael Paquier <michael.paquier@gmail.com>

From: Michael Paquier <michael.paquier@gmail.com>
To: Tatsuo Ishii <ishii@sraoss.co.jp>
Cc: nag1010@gmail.com, horiguchi.kyotaro@lab.ntt.co.jp, jdnelson@dyn.com, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>, PostgreSQL mailing lists <pgsql-bugs@postgresql.org>
Date: 2017-03-30T00:41:30Z
Lists: pgsql-bugs, pgsql-hackers
On Thu, Mar 30, 2017 at 9:12 AM, Tatsuo Ishii <ishii@sraoss.co.jp> wrote:
> Committers will not apply patches which has trailing whitespace
> issues. So the patch submitter needs to fix them anyway.

I cannot comment on that point (committers are free to pick up things
the way they want), but just using git commands to apply a patch
should not be an obstacle for a review if a patch can be easily
applied as long as they roughly respect GNU's diff format.
-- 
Michael


Commits

  1. Fix scenario where streaming standby gets stuck at a continuation record.