forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit15cb0bf
committed
Ignore more environment variables in pg_regress.c
This is similar to the work done in8279f68 for TestLib.pm, whereenvironment variables set may cause unwanted failures if using atemporary installation with pg_regress. The list of variables reset isadjusted in each stable branch depending on what is supported.Comments are added to remember that the lists in TestLib.pm andpg_regress.c had better be kept in sync.Reviewed-by: Álvaro HerreraDiscussion:https://postgr.es/m/YMNR9GYDn+fHlMta@paquier.xyzBackpatch-through: 9.61 parentb170ca0 commit15cb0bf
2 files changed
+23
-4
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
|
Lines changed: 22 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
800 | 800 |
| |
801 | 801 |
| |
802 | 802 |
| |
| 803 | + | |
| 804 | + | |
803 | 805 |
| |
| 806 | + | |
| 807 | + | |
| 808 | + | |
804 | 809 |
| |
805 |
| - | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
806 | 817 |
| |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
807 | 822 |
| |
808 |
| - | |
809 |
| - | |
810 |
| - | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
811 | 829 |
| |
812 | 830 |
| |
813 | 831 |
| |
|
0 commit comments
Comments
(0)