Fix potential coredump on bad locale value in pg_upgrade.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 62acbdaae45505bfa49fa80c730d0b289cfb6c0b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-01-30T23:10:06Z
Releases: 9.2.7
Fix potential coredump on bad locale value in pg_upgrade.

Thinko in error report (and a typo in the message text, too).  We're
failing anyway, but it would be good to print something useful first.
Noted while reviewing a patch to make pg_upgrade's locale code laxer.

Files

PathChange+/−
contrib/pg_upgrade/check.c modified +1 −1