]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Reject missing database name in pg_regress and cohorts.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Nov 2022 18:01:41 +0000 (13:01 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Nov 2022 18:01:41 +0000 (13:01 -0500)
commitae9939020dda40af579678489b11ef20fe3cca05
tree366963bb27ac53b5d8adeac4ad61a7365678bc02
parent4df5462f345b5e50cedf42300cad8616c7df3f6d
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
src/test/regress/pg_regress.c