summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTomas Vondra2017-09-30 16:58:53 +0000
committerTomas Vondra2017-09-30 16:58:53 +0000
commitf6d85461ca5d6a9afce2ea87a18e98dbdc0d98c2 (patch)
treeead26775cfc16ead63f72b1ff70f33bd1d05857a /src
parentd668b3081eb3797a6da84ce7d2ebd5e959b84b59 (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