]> granicus.if.org Git - postgresql/commit
pg_upgrade/test.sh: Quote sed(1) argument
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 18 Sep 2019 14:24:12 +0000 (11:24 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 18 Sep 2019 14:26:45 +0000 (11:26 -0300)
commit5431458f4a72961a81b7a62d2f8a379aea31414c
tree99138c7790eaeeeb13b9e827a9dc5f13f8833165
parent879b69be29360d91bc65b576fcc0ef329858bc47
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