- Notifications
You must be signed in to change notification settings - Fork5
Commit74a09d9
committed
Fix bugs in the isolation tester flex rules.
Tom Lane pointed out that it was giving a warning: "-s option given butdefault rule can be matched". That was because there was no rule to handlenewline in a quoted string. I made that throw an error.Also, line number tracking was broken, giving incorrect line number onerror. Fixed that too.1 parent2d8de0a commit74a09d9
1 file changed
+17
-9
lines changedLines changed: 17 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 | 38 |
| |
40 | 39 |
| |
41 | 40 |
| |
| |||
46 | 45 |
| |
47 | 46 |
| |
48 | 47 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
| 48 | + | |
| 49 | + | |
52 | 50 |
| |
| 51 | + | |
53 | 52 |
| |
54 | 53 |
| |
55 | 54 |
| |
| |||
61 | 60 |
| |
62 | 61 |
| |
63 | 62 |
| |
| 63 | + | |
| 64 | + | |
64 | 65 |
| |
| 66 | + | |
65 | 67 |
| |
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
69 | 71 |
| |
70 |
| - | |
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
76 | 77 |
| |
77 |
| - | |
78 |
| - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
79 | 88 |
| |
80 | 89 |
| |
81 | 90 |
| |
82 | 91 |
| |
83 | 92 |
| |
84 |
| - | |
85 | 93 |
| |
86 | 94 |
| |
87 | 95 |
| |
|
0 commit comments
Comments
(0)