pgsql: Don't crash initdb when we fail to get the current username.

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't crash initdb when we fail to get the current username.
Date: 2009-03-31 18:58:20
Message-ID: 20090331185820.7FEE6754ADE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Don't crash initdb when we fail to get the current username.
Give an error message and exit instead, like we do elsewhere...

Per report from Wez Furlong and Robert Treat.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/bin/initdb:
initdb.c (r1.73.4.4 -> r1.73.4.5)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c?r1=1.73.4.4&r2=1.73.4.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2009-03-31 18:58:26 pgsql: Don't crash initdb when we fail to get the current username.
Previous Message Magnus Hagander 2009-03-31 18:58:16 pgsql: Don't crash initdb when we fail to get the current username.