Re: Conflict between regression tests namespace & transactions due to recent changes
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Noah Misch <noah@leadboat.com>
Cc: Marina Polyakova <m.polyakova@postgrespro.ru>,
pgsql-hackers@postgresql.org, exclusion@gmail.com
Date: 2023-05-16T05:19:07Z
Lists: pgsql-hackers
Noah Misch <noah@leadboat.com> writes: > For the record, I'm fairly sure s/public, test_ns_schema_1/test_ns_schema_1/ > on the new namespace tests would also solve things. Those tests don't need > "public" in the picture. Nonetheless, +1 for your proposal. Hmm, I'd not read the test case all that closely, but I did think that including "public" in the search path was an important part of it. If it is not, maybe the comments could use adjustment. regards, tom lane
Commits
-
Avoid naming conflict between transactions.sql and namespace.sql.
- cf9de891ba38 12.16 landed
- b973f93b6c54 16.0 landed
- 89f5eb26f6b9 15.4 landed
- 7d3c0b1f8f51 13.12 landed
- 6f1cf2efbd01 11.21 landed
- 4cdda71d4dc3 14.9 landed
-
Replace last PushOverrideSearchPath() call with set_config_option().
- dbd5795e7539 15.3 cited