pgsql: Fix initdb to not generate misleading error messages when

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix initdb to not generate misleading error messages when
Date: 2007-01-31 18:52:50
Message-ID: 20070131185250.43E119FB274@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix initdb to not generate misleading error messages when postgres.bki
or other share-directory files are inaccessible for some reason other
than not existing. Inspired by trouble report from Simon Kinsella.

Modified Files:
--------------
pgsql/src/bin/initdb:
initdb.c (r1.129 -> r1.130)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.129&r2=1.130)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2007-01-31 19:33:54 pgsql: Rewrite uuid input and output routines to avoid dependency on the
Previous Message Teodor Sigaev 2007-01-31 16:54:52 pgsql: Revert gincostestimate changes.