forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit46825d4
committed
Clean up some sloppy coding in repl_gram.y.
Remove unused copy-and-pasted macro definitions, and improve formattingof recently-added productions.I got interested in this because buildfarm member protosciurus has beencrashing in "bison repl_gram.y" since commit858ec11. It's a long shotthat this will fix that, though maybe the missing trailing semicolonhas something to do with it? In any case, there's no need to approveof dead code, nor of code whose formatting isn't even self-consistentlet alone consistent with what's around it.1 parent0753bdb commit46825d4
1 file changed
+24
-25
lines changedLines changed: 24 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 | 28 |
| |
37 | 29 |
| |
38 | 30 |
| |
| |||
45 | 37 |
| |
46 | 38 |
| |
47 | 39 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 | 40 |
| |
52 | 41 |
| |
53 | 42 |
| |
| |||
91 | 80 |
| |
92 | 81 |
| |
93 | 82 |
| |
| 83 | + | |
94 | 84 |
| |
95 | 85 |
| |
96 | 86 |
| |
| |||
134 | 124 |
| |
135 | 125 |
| |
136 | 126 |
| |
137 |
| - | |
138 |
| - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
139 | 133 |
| |
140 | 134 |
| |
141 | 135 |
| |
142 | 136 |
| |
143 | 137 |
| |
144 |
| - | |
| 138 | + | |
145 | 139 |
| |
146 | 140 |
| |
147 | 141 |
| |
148 | 142 |
| |
149 |
| - | |
| 143 | + | |
150 | 144 |
| |
151 | 145 |
| |
152 | 146 |
| |
153 | 147 |
| |
154 |
| - | |
| 148 | + | |
155 | 149 |
| |
156 | 150 |
| |
157 | 151 |
| |
158 | 152 |
| |
159 |
| - | |
| 153 | + | |
160 | 154 |
| |
161 | 155 |
| |
162 | 156 |
| |
163 | 157 |
| |
164 |
| - | |
| 158 | + | |
165 | 159 |
| |
166 | 160 |
| |
167 | 161 |
| |
| |||
214 | 208 |
| |
215 | 209 |
| |
216 | 210 |
| |
217 |
| - | |
| 211 | + | |
| 212 | + | |
218 | 213 |
| |
219 | 214 |
| |
220 | 215 |
| |
| |||
237 | 232 |
| |
238 | 233 |
| |
239 | 234 |
| |
240 |
| - | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
241 | 239 |
| |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
242 | 246 |
| |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 | 247 |
| |
249 | 248 |
| |
250 | 249 |
|
0 commit comments
Comments
(0)