pgsql: pg_upgrade: Fix quoting of some arguments in pg_ctl command

2020-02-09 Thread Michael Paquier
pg_upgrade: Fix quoting of some arguments in pg_ctl command The previous coding forgot to apply shell quoting to the socket directory and the data folder, leading to failures when running pg_upgrade. This refactors the code generating the pg_ctl command starting clusters to use a more correct she

pgsql: pg_upgrade: Fix quoting of some arguments in pg_ctl command

2020-02-09 Thread Michael Paquier
pg_upgrade: Fix quoting of some arguments in pg_ctl command The previous coding forgot to apply shell quoting to the socket directory and the data folder, leading to failures when running pg_upgrade. This refactors the code generating the pg_ctl command starting clusters to use a more correct she

pgsql: pg_upgrade: Fix quoting of some arguments in pg_ctl command

2020-02-09 Thread Michael Paquier
pg_upgrade: Fix quoting of some arguments in pg_ctl command The previous coding forgot to apply shell quoting to the socket directory and the data folder, leading to failures when running pg_upgrade. This refactors the code generating the pg_ctl command starting clusters to use a more correct she

pgsql: pg_upgrade: Fix quoting of some arguments in pg_ctl command

2020-02-09 Thread Michael Paquier
pg_upgrade: Fix quoting of some arguments in pg_ctl command The previous coding forgot to apply shell quoting to the socket directory and the data folder, leading to failures when running pg_upgrade. This refactors the code generating the pg_ctl command starting clusters to use a more correct she

pgsql: pg_upgrade: Fix quoting of some arguments in pg_ctl command

2020-02-09 Thread Michael Paquier
pg_upgrade: Fix quoting of some arguments in pg_ctl command The previous coding forgot to apply shell quoting to the socket directory and the data folder, leading to failures when running pg_upgrade. This refactors the code generating the pg_ctl command starting clusters to use a more correct she

pgsql: pg_upgrade: Fix quoting of some arguments in pg_ctl command

2020-02-09 Thread Michael Paquier
pg_upgrade: Fix quoting of some arguments in pg_ctl command The previous coding forgot to apply shell quoting to the socket directory and the data folder, leading to failures when running pg_upgrade. This refactors the code generating the pg_ctl command starting clusters to use a more correct she