pgsql: Clean up initdb's error handling so that it prints something more

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up initdb's error handling so that it prints something more
Date: 2004-11-29 03:05:13
Message-ID: 20041129030513.BB6133A41CA@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Clean up initdb's error handling so that it prints something more
useful than just \'failed\' when there's a problem. Per gripe from
Chris Albertson.

In an unrelated change, use VACUUM FULL; VACUUM FREEZE; rather than
a single VACUUM FULL FREEZE command, to respond to my worries of a
couple days ago about the reliability of doing this in one go.

Modified Files:
--------------
pgsql/src/bin/initdb:
initdb.c (r1.69 -> r1.70)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.69&r2=1.70)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-11-29 03:17:31 pgsql: Add: < > * Allow cross-compiling by generating the zic database
Previous Message Bruce Momjian 2004-11-29 03:04:35 pgsql: Update Turkish FAQ.