mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
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 the presence 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.jp
This commit is contained in:
2
contrib/file_fdw/data/list1.csv
Normal file
2
contrib/file_fdw/data/list1.csv
Normal file
@ -0,0 +1,2 @@
|
||||
1,foo
|
||||
1,bar
|
|
2
contrib/file_fdw/data/list2.bad
Normal file
2
contrib/file_fdw/data/list2.bad
Normal file
@ -0,0 +1,2 @@
|
||||
2,baz
|
||||
1,qux
|
2
contrib/file_fdw/data/list2.csv
Normal file
2
contrib/file_fdw/data/list2.csv
Normal file
@ -0,0 +1,2 @@
|
||||
2,baz
|
||||
2,qux
|
|
Reference in New Issue
Block a user