forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit20617f4
Remove special outfuncs/readfuncs handling of RangeVar.catalogname.
Historically we skipped writing/reading this field, but that nolonger works under WRITE_READ_PARSE_PLAN_TREES since we expandedthe coverage of that option to include utility commands (787102b).Remove the special case and just treat this field normally.Bump catversion out of an abundance of caution --- I do not thinkwe currently ever store RangeVar nodes in the catalogs, butperhaps I'm wrong.Per report from Pavel Stehule.Discussion:https://postgr.es/m/CAFj8pRAYvYu-qU7-NieqRRyaQZk-yr3UjtHQ2LR62PS9M1dZMA@mail.gmail.com1 parente779ccd commit20617f4
2 files changed
+3
-6
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
|
Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
| 67 | + | |
| 68 | + | |
72 | 69 |
| |
73 | 70 |
| |
74 | 71 |
| |
|
0 commit comments
Comments
(0)