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
- create_modifytable_path-comment.patch (text/plain) patch
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
-
Document partitioned_rels in create_modifytable_path header comment.
- 6af9f1bd4bcb 10.0 landed