pgsql: Improve connectMaintenanceDatabase() error reporting.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve connectMaintenanceDatabase() error reporting.
Date: 2012-03-21 14:58:07
Message-ID: E1SAMzH-0007mE-F0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve connectMaintenanceDatabase() error reporting.

The prior coding instructs the user to pick an alternative maintenance
database, but this is overly clever, since it obscures whatever the real
cause of the failure is.

Josh Kupershmidt

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/99081c63e40ac6e33c83406b0958aa9426193fea

Modified Files
--------------
src/bin/scripts/common.c | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-03-21 15:48:58 pgsql: Fix bug where walsender goes into a busy loop if connection is t
Previous Message Tom Lane 2012-03-21 13:54:53 Re: [COMMITTERS] pgsql: Improve the -l (limit) option recently added to contrib/vacuumlo