pgsql: Be more paranoid about quoting in pg_upgrade's test script.

2018-07-21 Thread Tom Lane
Be more paranoid about quoting in pg_upgrade's test script. Double-quote $PGDATA in "find" commands introduced by commit da9b580d8, in case that path contains spaces or other special characters. Adjust a few other places so that quoting is done more consistently. None of the others are actual bug

pgsql: Be more paranoid about quoting in pg_upgrade's test script.

2018-07-21 Thread Tom Lane
Be more paranoid about quoting in pg_upgrade's test script. Double-quote $PGDATA in "find" commands introduced by commit da9b580d8, in case that path contains spaces or other special characters. Adjust a few other places so that quoting is done more consistently. None of the others are actual bug

pgsql: Further portability hacking in pg_upgrade's test script.

2018-07-21 Thread Tom Lane
Further portability hacking in pg_upgrade's test script. I blew the dust off a Bourne shell (file date 1996, yea verily) and tried to run test.sh with it. It mostly worked, but I found that the temp-directory creation code introduced by commit be76a6d39 was not compatible, for a couple of reasons

pgsql: Further portability hacking in pg_upgrade's test script.

2018-07-21 Thread Tom Lane
Further portability hacking in pg_upgrade's test script. I blew the dust off a Bourne shell (file date 1996, yea verily) and tried to run test.sh with it. It mostly worked, but I found that the temp-directory creation code introduced by commit be76a6d39 was not compatible, for a couple of reasons

pgsql: Further portability hacking in pg_upgrade's test script.

2018-07-21 Thread Tom Lane
Further portability hacking in pg_upgrade's test script. I blew the dust off a Bourne shell (file date 1996, yea verily) and tried to run test.sh with it. It mostly worked, but I found that the temp-directory creation code introduced by commit be76a6d39 was not compatible, for a couple of reasons

pgsql: Further portability hacking in pg_upgrade's test script.

2018-07-21 Thread Tom Lane
Further portability hacking in pg_upgrade's test script. I blew the dust off a Bourne shell (file date 1996, yea verily) and tried to run test.sh with it. It mostly worked, but I found that the temp-directory creation code introduced by commit be76a6d39 was not compatible, for a couple of reasons

pgsql: Further portability hacking in pg_upgrade's test script.

2018-07-21 Thread Tom Lane
Further portability hacking in pg_upgrade's test script. I blew the dust off a Bourne shell (file date 1996, yea verily) and tried to run test.sh with it. It mostly worked, but I found that the temp-directory creation code introduced by commit be76a6d39 was not compatible, for a couple of reasons

pgsql: Further portability hacking in pg_upgrade's test script.

2018-07-21 Thread Tom Lane
Further portability hacking in pg_upgrade's test script. I blew the dust off a Bourne shell (file date 1996, yea verily) and tried to run test.sh with it. It mostly worked, but I found that the temp-directory creation code introduced by commit be76a6d39 was not compatible, for a couple of reasons

pgsql: Further portability hacking in pg_upgrade's test script.

2018-07-21 Thread Tom Lane
Further portability hacking in pg_upgrade's test script. I blew the dust off a Bourne shell (file date 1996, yea verily) and tried to run test.sh with it. It mostly worked, but I found that the temp-directory creation code introduced by commit be76a6d39 was not compatible, for a couple of reasons