forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita9e0b3b
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 parentf452aaf commita9e0b3b
2 files changed
+29
-4
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
| 107 | + | |
107 | 108 |
| |
108 | 109 |
| |
109 | 110 |
| |
|
Lines changed: 28 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
819 | 819 |
| |
820 | 820 |
| |
821 | 821 |
| |
| 822 | + | |
| 823 | + | |
822 | 824 |
| |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
823 | 829 |
| |
824 |
| - | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
825 | 838 |
| |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
826 | 846 |
| |
827 |
| - | |
828 |
| - | |
829 |
| - | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
830 | 854 |
| |
831 | 855 |
| |
832 | 856 |
| |
|
0 commit comments
Comments
(0)