forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite22819a
committed
Fix 003_check_guc.pl when loading modules with custom GUCs
The test missed that custom GUCs need to be ignored from the list ofparameters that can exist in postgresql.conf.sample. This caused thetest to fail on a server where such a module is loaded, when usingEXTRA_INSTALL and TEMP_CONFIG, for instance.Author: Anton A. MelnikovDiscussion:https://postgr.es/m/fc5509ce-5144-4dac-8d13-21793da44fc5@postgrespro.ruBackpatch-through: 151 parent354b3eb commite22819a
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 |
| - | |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
|
0 commit comments
Comments
(0)