From e7b4a1e0e35cdc7547e40bc9860eb6e32be569d8 Mon Sep 17 00:00:00 2001 From: Pavan Deolasee Date: Tue, 17 Jul 2018 10:26:50 +0530 Subject: Teach pgxc_ctl to use the new --waldir option of pg_basebackup PG 10 replaced --xlogdir with --waldir, but we forgot to update pgxc_ctl to use the new syntax. This patch fixes that oversight. Per report and analysis by Virendra Kumar and patch by Mark Wong. --- doc/src/sgml/pgxc_ctl-ref.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/pgxc_ctl-ref.sgml b/doc/src/sgml/pgxc_ctl-ref.sgml index 483a55911f..46b0439e60 100644 --- a/doc/src/sgml/pgxc_ctl-ref.sgml +++ b/doc/src/sgml/pgxc_ctl-ref.sgml @@ -1626,8 +1626,8 @@ PGXC$ prepare config minimal my_minimal_config.conf add gtm_proxy name host port dir add coordinator master name host port pooler dir< extraServerConf extraPgHbaConf add coordinator slave name host port pooler dir archDir - add datanode master name host port pooler dir xlogdir extraServerConf extraPgHbaConf - add datanode slave name host port pooler dir xlogdir archDir + add datanode master name host port pooler dir waldir extraServerConf extraPgHbaConf + add datanode slave name host port pooler dir waldir archDir Add the specified node to your Postgres-XL cluster. Each node needs a -- cgit v1.2.3