Commit d555d5a
committed
Add framework for the union all logic for labels
I am going to need to write the union all part myself and take out
the inheritance stuff. For both the ltree query part and to be able
to partition labels in the future.
Now I just need to find a way to support Prepared Statements...1 parent 135f20f commit d555d5a
File tree
7 files changed
+365
-55
lines changed- src
- backend
- nodes
- parser
- include
- nodes
- utils
7 files changed
+365
-55
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
138 | | - | |
| 139 | + | |
| 140 | + | |
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
454 | 462 | | |
455 | 463 | | |
456 | 464 | | |
| |||
0 commit comments