pgsql: Minor improvements to mbregress.sh script.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor improvements to mbregress.sh script.
Date: 2011-09-01 13:24:17
Message-ID: E1Qz7Fh-0000Kj-9u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor improvements to mbregress.sh script.

1. Use new dropdb --if-exists option, to avoid alarming the user if
the database being dropped doesn't already exist.
2. Bail out if createdb fails.
3. exit 1 if the checks fail.
4. Make it executable.

Josh Kupershmidt, with some kibitzing by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/48fb49e39445a5429b24111658b193ed36b09da3

Modified Files
--------------
src/test/mb/mbregress.sh | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2011-09-01 13:46:34 pgsql: In ecpglib restore LC_NUMERIC in case of an error.
Previous Message Robert Haas 2011-09-01 12:39:02 pgsql: Userspace access vector cache for contrib/sepgsql.