pg_upgrade/test.sh: Quote sed(1) argument
authorAlvaro Herrera <[email protected]>
Wed, 18 Sep 2019 14:24:12 +0000 (11:24 -0300)
committerAlvaro Herrera <[email protected]>
Wed, 18 Sep 2019 14:25:32 +0000 (11:25 -0300)
commit50261e1520bf764a43f4e36de0215796cc39ced1
tree25ea745a540fcce54e16ddbc63ebcf7d6cee1f7d
parent75941f257aacbc68b08e1cbf2e55110d00a06fff
pg_upgrade/test.sh: Quote sed(1) argument

Lack of quotes results in failure to run the test under older Solaris.

Author: Marina Polyakova, Victor Wagner
Discussion: https://postgr.es/m/feba89f89e8925b3535cb7d72b9e05e1@postgrespro.ru
src/bin/pg_upgrade/test.sh