pgsql: Reject missing database name in pg_regress and cohorts. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Reject missing database name in pg_regress and cohorts.
Date
Msg-id E1p0RP6-001SbT-Gv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Reject missing database name in pg_regress and cohorts.

Writing "pg_regress --dbname= ..." led to a crash, because
we weren't expecting there to be no database name supplied.
It doesn't seem like a great idea to run regression tests
in whatever is the user's default database; so rather than
supporting this case let's explicitly reject it.

Per report from Xing Guo.  Back-patch to all supported
branches.

Discussion: https://postgr.es/m/CACpMh+A8cRvtvtOWVAZsCM1DU81GK4DL26R83y6ugZ1osV=ifA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d5515ca7cf1b095fab65c93710c71fece5baf67e

Modified Files
--------------
src/test/regress/pg_regress.c | 11 +++++++++++
1 file changed, 11 insertions(+)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Bump catalog version for previous commit
Next
From: Michael Paquier
Date:
Subject: pgsql: Make materialized views participate in predicate locking