forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5ee96b3
committed
Make pg_regress.c unset PGDATABASE during make installcheck.
For the most part, we leave libpq-controlling environment variablesalone during "make installcheck", reasoning that connecting to theserver the user expects us to connect to may depend on those variables.But that argument doesn't apply to PGDATABASE, since we always wantto connect to a specific database name within the server. And failingto unset it causes certain ECPG tests to fail, as various people havecomplained of in the past. So let's unset it.Possibly this should be back-patched, but I'm disinclined to do thatright before 12.0 release. Maybe later.Discussion:https://postgr.es/m/20180318205548.2akxjqvo7hrk5wbc@alap3.anarazel.deDiscussion:https://postgr.es/m/E1bOum4-0002EA-2y@gemulon.postgresql.org1 parent3f6b3be commit5ee96b3
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
861 | 861 |
| |
862 | 862 |
| |
863 | 863 |
| |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
864 | 872 |
| |
865 | 873 |
| |
866 | 874 |
| |
|
0 commit comments
Comments
(0)