nicer error out in initdb?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: nicer error out in initdb?
Date: 2006-01-05 15:27:28
Message-ID: 1136474848.3280.7.camel@swithin
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

If we find at the bottom of test_config_settings() that we have not been
able to run successfully at all (i.e. status != 0 at about line 1183 of
initdb.c) is there any point in continuing? Don't we know that we are
bound to fail at the template1 creation stage? Maybe we should just exit
nicely when we do know this.

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2006-01-05 15:40:35 Re: [PATCHES] TRUNCATE, VACUUM, ANALYZE privileges
Previous Message Bruce Momjian 2006-01-05 15:17:09 Re: Heads up: upcoming back-branch re-releases