Fix pg_upgrade to notice if psql fails to execute the given
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 24 Oct 1998 20:09:46 +0000 (20:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 24 Oct 1998 20:09:46 +0000 (20:09 +0000)
commit8937db62ef5e159c9a9b9e4ac9289f91e125354f
treedd662df126ea541e25eb5599f15e80b56a6435cc
parent9c99a186d6f94d1c71cb68173ea58fc685388116
Fix pg_upgrade to notice if psql fails to execute the given
script, and not proceed with the update if so.
Also add #!/bin/sh header line.
src/bin/pg_dump/pg_upgrade