From 3e652be9b243e9df30c41748184fad1c598587b9 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Fri, 22 Jan 2021 13:33:07 +0900 Subject: [PATCH] Fix pgpool_recovery_pitr generation pgpool_setup. It generated redundant psql definition line. --- src/test/pgpool_setup.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/pgpool_setup.in b/src/test/pgpool_setup.in index 9e1fa6f5f..0cf6b5d0c 100644 --- a/src/test/pgpool_setup.in +++ b/src/test/pgpool_setup.in @@ -658,7 +658,7 @@ EOF # replace some variables in the script #------------------------------------------- /bin/sed -i \ - -e "/__PGBIN__/s@__PGBIN__@$PGBIN@p" \ + -e "/__PGBIN__/s@__PGBIN__@$PGBIN@" \ -e "/__DATADIR_BASE__/s@__DATADIR_BASE__@$BASEDIR@" \ -e "/__PGSUPERUSER__/s/__PGSUPERUSER__/$WHOAMI/" \ -e "/__ARCHDIR__/s@__ARCHDIR__@$BASEDIR/archivedir@" \ -- 2.39.5