Re: [HACKERS] Bug in Physical Replication Slots (at least 9.5)?
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
From: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
To: nag1010@gmail.com
Cc: michael.paquier@gmail.com, jdnelson@dyn.com, pgsql-hackers@postgresql.org,
pgsql-bugs@postgresql.org
Date: 2017-03-30T05:46:35Z
Lists: pgsql-bugs, pgsql-hackers
Hello, At Thu, 30 Mar 2017 15:59:14 +1100, Venkata B Nagothi <nag1010@gmail.com> wrote in <CAEyp7J-TxoLZGh2qioA9nJJepiXUvvsAWrk=BxwU0J05X_j9_A@mail.gmail.com> > Yes, downloaded from the email on Windows and copied across to Linux and > did "git apply". The same works for me. But --keep-cr gave me the same result with you. > $ git am --keep-cr ~/work/patches/0001-Fix-a-bug-of-physical-replication-slot_a6f22e8.patch > Applying: Fix a bug of physical replication slot. > .git/rebase-apply/patch:13: trailing whitespace. > /* https://git-scm.com/docs/git-am | --[no-]keep-cr | | With --keep-cr, call git mailsplit (see git-mailsplit[1]) with | the same option, to prevent it from stripping CR at the end of | lines. am.keepcr configuration variable can be used to specify | the default behaviour. --no-keep-cr is useful to override | am.keepcr. I don't know why it preserves CRs only for the lines, but anyway, don't you have am.keepcr in you configuration? regards, -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
Fix scenario where streaming standby gets stuck at a continuation record.
- c06380e97692 9.4.18 landed
- 4ea8f7d4553e 9.5.13 landed
- 7b7521d65772 9.6.9 landed
- ca572db22f62 10.4 landed
- 066871980183 11.0 landed