- Notifications
You must be signed in to change notification settings - Fork28
Commit0ca27ea
committed
Add outfuncs.c support for RawStmt nodes.
I noticed while poking at a report from Andrey Lepikhov that therecent addition of RawStmt nodes at the top of raw parse treesmakes it impossible to print any raw parse trees whatsoever,because outfuncs.c doesn't know RawStmt and hence fails to descendinto it.While we generally lack outfuncs.c support for utility statements,there is reasonably complete support for what you can find in araw SELECT statement. It was not my intention to make that alldead code ... so let's add support for RawStmt.Back-patch to v10 where RawStmt appeared.1 parent7a2f70f commit0ca27ea
1 file changed
+23
-2
lines changedLines changed: 23 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 |
| - | |
20 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 |
| |
22 | 26 |
| |
23 | 27 |
| |
| |||
3345 | 3349 |
| |
3346 | 3350 |
| |
3347 | 3351 |
| |
| 3352 | + | |
| 3353 | + | |
| 3354 | + | |
| 3355 | + | |
| 3356 | + | |
| 3357 | + | |
| 3358 | + | |
| 3359 | + | |
| 3360 | + | |
| 3361 | + | |
| 3362 | + | |
| 3363 | + | |
| 3364 | + | |
| 3365 | + | |
3348 | 3366 |
| |
3349 | 3367 |
| |
3350 | 3368 |
| |
| |||
4250 | 4268 |
| |
4251 | 4269 |
| |
4252 | 4270 |
| |
| 4271 | + | |
| 4272 | + | |
| 4273 | + | |
4253 | 4274 |
| |
4254 | 4275 |
| |
4255 | 4276 |
| |
|
0 commit comments
Comments
(0)