- Notifications
You must be signed in to change notification settings - Fork5
Commit8d396a0
committed
Remove duplicate code in planner.c.
I noticed while hacking on join UNION transforms that planner.c'sfunction get_base_rel_indexes() just duplicates the functionality ofget_relids_in_jointree(). It doesn't even have the excuse of beingolder code :-(. Drop it and use the latter function instead.1 parent0dfa89b commit8d396a0
1 file changed
+1
-47
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2098 | 2098 | | |
2099 | 2099 | | |
2100 | 2100 | | |
2101 | | - | |
2102 | | - | |
2103 | | - | |
2104 | | - | |
2105 | | - | |
2106 | | - | |
2107 | | - | |
2108 | | - | |
2109 | | - | |
2110 | | - | |
2111 | | - | |
2112 | | - | |
2113 | | - | |
2114 | | - | |
2115 | | - | |
2116 | | - | |
2117 | | - | |
2118 | | - | |
2119 | | - | |
2120 | | - | |
2121 | | - | |
2122 | | - | |
2123 | | - | |
2124 | | - | |
2125 | | - | |
2126 | | - | |
2127 | | - | |
2128 | | - | |
2129 | | - | |
2130 | | - | |
2131 | | - | |
2132 | | - | |
2133 | | - | |
2134 | | - | |
2135 | | - | |
2136 | | - | |
2137 | | - | |
2138 | | - | |
2139 | | - | |
2140 | | - | |
2141 | | - | |
2142 | | - | |
2143 | | - | |
2144 | | - | |
2145 | | - | |
2146 | | - | |
2147 | 2101 | | |
2148 | 2102 | | |
2149 | 2103 | | |
| |||
2183 | 2137 | | |
2184 | 2138 | | |
2185 | 2139 | | |
2186 | | - | |
| 2140 | + | |
2187 | 2141 | | |
2188 | 2142 | | |
2189 | 2143 | | |
| |||
0 commit comments
Comments
(0)