diff options
author | Tomas Vondra | 2017-09-30 16:58:53 +0000 |
---|---|---|
committer | Tomas Vondra | 2017-09-30 16:58:53 +0000 |
commit | f6d85461ca5d6a9afce2ea87a18e98dbdc0d98c2 (patch) | |
tree | ead26775cfc16ead63f72b1ff70f33bd1d05857a /src | |
parent | d668b3081eb3797a6da84ce7d2ebd5e959b84b59 (diff) |
Fix the pg_basebackup call when adding standby nodes
When adding standby nodes using pgxc_ctl, it's calling pg_basebackup
internally. But the "-x" option was removed in PostgreSQL 10, so the
call is failing.
A straightforward fix would be to use "-X fetch" which does exactly
what "-x" used to do. But I've decided to use "-X stream" instead,
as that does not rely on wal_keep_segments.
Reported by Tank.zhang"<6220104@qq.com>, along with "-X fetch" fix.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions