]> granicus.if.org Git - postgresql/commit
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)
commita7cdfdf022a66ef76d944cc3a03904a8e53f7e81
tree9de83912d7e9848d516cafd681d674da1942fa70
parent30b2d287fb544774162e543bff59d7f9ed1be97f
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