Missing comment for create_modifytable_path

Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>

From: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
To: pgsql-hackers@postgresql.org
Date: 2017-06-15T08:40:37Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Document partitioned_rels in create_modifytable_path header comment.