Remove unneeded PGDATABASE setting from TAP tests
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-12-31T01:54:08Z
Lists: pgsql-hackers
Attachments
- v1-0001-Remove-unneeded-PGDATABASE-setting-from-TAP-tests.patch (application/x-patch) patch v1-0001
Hi, Some of the TAP tests are explicitly setting PGDATABASE environment variable to 'postgres', which isn't needed because the TAP test's perl library PostgreSQL::Test::Cluster already sets it once and for all. I've attached a patch that removes all such unneeded PGDATABASE settings. Thoughts? -- Bharath Rupireddy PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com
Commits
-
Remove unnecessary PGDATABASE settings from TAP tests
- 4b66d7b4e0b3 17.0 landed