pg_regress.c also sensitive to various PG* environment variables
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-11T12:07:16Z
Lists: pgsql-hackers
Attachments
- regress-env-vars.patch (text/x-diff) patch
Hi all, Following up with the recent thread that dealt with the same $subject for the TAP tests, I have gone through pg_regress.c: https://www.postgresql.org/message-id/YLbjjRpucIeZ78VQ@paquier.xyz The list of environment variables that had better be reset when using a temporary instance is very close to TestLib.pm, leading to the attached. Please note that that the list of unsetted parameters has been reorganized to be consistent with the TAP tests, and that I have added comments referring one and the other. Thoughts? -- Michael
Commits
-
Ignore more environment variables in pg_regress.c
- 1df6bee296ed 9.6.23 landed
- d31c316c74ee 10.18 landed
- 15cb0bf47145 11.13 landed
- 37d4edef00e4 12.8 landed
- 545aa6a59357 13.4 landed
- a9e0b3b08fe3 14.0 landed