forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite0afac1
committed
Make more stable regression tests of dummy_index_am for string validations
Several buildfarm members (crake, loach and spurfowl) are complainingabout two queries looking up at pg_class.reloptions which trigger thevalidation routines for string reloptions with default values. Thiscommit limits the routines to be triggered only when building an indexwith all custom options set in CREATE INDEX, which is sufficient for thecoverage.Introduced by640c198.1 parent640c198 commite0afac1
File tree
2 files changed
+13
-5
lines changed- src/test/modules/dummy_index_am
- expected
- sql
2 files changed
+13
-5
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
4 | 6 |
| |
5 | 7 |
| |
6 | 8 |
| |
| |||
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
| 16 | + | |
| 17 | + | |
14 | 18 |
| |
15 | 19 |
| |
16 | 20 |
| |
| |||
20 | 24 |
| |
21 | 25 |
| |
22 | 26 |
| |
| 27 | + | |
| 28 | + | |
23 | 29 |
| |
24 | 30 |
| |
25 | 31 |
| |
| |||
30 | 36 |
| |
31 | 37 |
| |
32 | 38 |
| |
33 |
| - | |
34 |
| - | |
35 | 39 |
| |
36 | 40 |
| |
37 | 41 |
| |
|
Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 |
| |
7 | 10 |
| |
8 | 11 |
| |
9 | 12 |
| |
10 | 13 |
| |
11 | 14 |
| |
12 | 15 |
| |
| 16 | + | |
| 17 | + | |
13 | 18 |
| |
14 | 19 |
| |
15 | 20 |
| |
16 | 21 |
| |
17 | 22 |
| |
18 | 23 |
| |
19 | 24 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
| 25 | + | |
23 | 26 |
| |
| 27 | + | |
24 | 28 |
| |
25 | 29 |
| |
26 | 30 |
| |
|
0 commit comments
Comments
(0)