pgsql: Reject missing database name in pg_regress and cohorts.

2022-11-30 Thread Tom Lane
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 suppor

pgsql: Reject missing database name in pg_regress and cohorts.

2022-11-30 Thread Tom Lane
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 suppor

pgsql: Reject missing database name in pg_regress and cohorts.

2022-11-30 Thread Tom Lane
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 suppor

pgsql: Reject missing database name in pg_regress and cohorts.

2022-11-30 Thread Tom Lane
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 suppor

pgsql: Reject missing database name in pg_regress and cohorts.

2022-11-30 Thread Tom Lane
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 suppor

pgsql: Reject missing database name in pg_regress and cohorts.

2022-11-30 Thread Tom Lane
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 suppor