mirror of https://github.com/postgres/postgres
The NetBSD shell apparently returns non-zero from an unset command if the variable is already unset. This matters when, as in pg_upgrade's test.sh, we are working under 'set -e'. To protect against this, we first set the PG variables to an empty string before unsetting them completely. Error found on buildfarm member coypu, solution from Rémi Zara.pull/6/head
parent
c2b51cf190
commit
c737a2e564
Loading…
Reference in new issue