- Notifications
You must be signed in to change notification settings - Fork28
Commit08cb364
committed
Even if some partitions are foreign, allow tuple routing.
This doesn't allow routing tuple to the foreign partitions themselves,but it permits tuples to be routed to regular partitions despite thepresence of foreign partitions in the same inheritance hierarchy.Etsuro Fujita, reviewed by Amit Langote and by me.Discussion:http://postgr.es/m/bc3db4c1-1693-3b8a-559f-33ad2b50b7ad@lab.ntt.co.jp1 parenta6c678f commit08cb364
File tree
8 files changed
+126
-11
lines changed- contrib/file_fdw
- data
- input
- output
- src
- backend/executor
- include/executor
8 files changed
+126
-11
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
165 | 186 |
| |
166 | 187 |
| |
167 | 188 |
| |
|
Lines changed: 81 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
292 | 373 |
| |
293 | 374 |
| |
294 | 375 |
| |
|
Lines changed: 16 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1097 | 1097 |
| |
1098 | 1098 |
| |
1099 | 1099 |
| |
1100 |
| - | |
| 1100 | + | |
1101 | 1101 |
| |
| 1102 | + | |
1102 | 1103 |
| |
1103 | 1104 |
| |
1104 | 1105 |
| |
| |||
1169 | 1170 |
| |
1170 | 1171 |
| |
1171 | 1172 |
| |
1172 |
| - | |
| 1173 | + | |
1173 | 1174 |
| |
1174 | 1175 |
| |
1175 | 1176 |
| |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
1176 | 1183 |
| |
1177 | 1184 |
| |
1178 | 1185 |
| |
| |||
3305 | 3312 |
| |
3306 | 3313 |
| |
3307 | 3314 |
| |
3308 |
| - | |
3309 |
| - | |
3310 |
| - | |
3311 |
| - | |
3312 |
| - | |
3313 | 3315 |
| |
3314 | 3316 |
| |
3315 | 3317 |
| |
| |||
3323 | 3325 |
| |
3324 | 3326 |
| |
3325 | 3327 |
| |
3326 |
| - | |
3327 |
| - | |
| 3328 | + | |
| 3329 | + | |
| 3330 | + | |
| 3331 | + | |
3328 | 3332 |
| |
3329 | 3333 |
| |
3330 | 3334 |
| |
| |||
3335 | 3339 |
| |
3336 | 3340 |
| |
3337 | 3341 |
| |
| 3342 | + | |
| 3343 | + | |
| 3344 | + | |
3338 | 3345 |
| |
3339 | 3346 |
| |
3340 | 3347 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1853 | 1853 |
| |
1854 | 1854 |
| |
1855 | 1855 |
| |
1856 |
| - | |
| 1856 | + | |
1857 | 1857 |
| |
1858 | 1858 |
| |
1859 | 1859 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
180 |
| - | |
| 180 | + | |
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
|
0 commit comments
Comments
(0)