Re: Missing comment for create_modifytable_path
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-06-22T17:53:18Z
Lists: pgsql-hackers
On Thu, Jun 15, 2017 at 4:40 AM, Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp> 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 for that function. Committed with a slight adjustment. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Document partitioned_rels in create_modifytable_path header comment.
- 6af9f1bd4bcb 10.0 landed