On 2017/06/23 2:53, Robert Haas wrote:
On Thu, Jun 15, 2017 at 4:40 AM, Etsuro Fujita
wrote:
While working on adding support for tuple routing for foreign partitions, I
noticed that in create_modifytable_path, we forgot to add a comment on its
new argument 'partitioned_rels'. Attached a patch
On Thu, Jun 15, 2017 at 4:40 AM, Etsuro Fujita
wrote:
> While working on adding support for tuple routing for foreign partitions, I
> noticed that in create_modifytable_path, we forgot to add a comment on its
> new argument 'partitioned_rels'. Attached a patch for including that in the
> comments
While working on adding support for tuple routing for foreign
partitions, I noticed that in create_modifytable_path, we forgot to add
a comment on its new argument 'partitioned_rels'. Attached a patch for
including that in the comments for that function.
Best regards,
Etsuro Fujita
diff --git