Re: Remove unneeded PGDATABASE setting from TAP tests
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-01-03T01:30:05Z
Lists: pgsql-hackers
On Mon, Jan 01, 2024 at 01:52:10PM +0530, Bharath Rupireddy wrote: > Oh, yeah. We can remove that too, after all, PGDATABASE is being set > to postgres the default database which PostgreSQL::Test::Cluster does > set for us. I was earlier swayed by the comment atop the PGDATABASE > setting in 011_clusterdb_all.pl. Attached is v2 patch with this > change. Thanks. Applied after keeping the comment in 011_clusterdb_all.pl, rewording it a bit. -- Michael
Commits
-
Remove unnecessary PGDATABASE settings from TAP tests
- 4b66d7b4e0b3 17.0 landed