pgsql: Fix potential coredump on bad locale value in pg_upgrade.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix potential coredump on bad locale value in pg_upgrade.
Date: 2014-01-30 23:10:43
Message-ID: E1W90kt-0001ya-UG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/41e364ec67ec3a009574db9d20d1b85a654f95ae

Modified Files
--------------
contrib/pg_upgrade/check.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-01-30 23:10:44 pgsql: Fix potential coredump on bad locale value in pg_upgrade.
Previous Message Robert Haas 2014-01-30 20:48:45 pgsql: Add convenience functions pg_sleep_for and pg_sleep_until.