Incorrect comment for build_child_join_rel
Hi,
Here is a small patch for $Subject.
Best regards,
Etsuro Fujita
Attachments:
comment-fix.patchtext/plain; charset=Shift_JIS; name=comment-fix.patchDownload
*** a/src/backend/optimizer/util/relnode.c
--- b/src/backend/optimizer/util/relnode.c
***************
*** 676,683 **** build_join_rel(PlannerInfo *root,
* 'sjinfo': child-join context info
* 'restrictlist': list of RestrictInfo nodes that apply to this particular
* pair of joinable relations
! * 'join_appinfos': list of AppendRelInfo nodes for base child relations
! * involved in this join
*/
RelOptInfo *
build_child_join_rel(PlannerInfo *root, RelOptInfo *outer_rel,
--- 676,682 ----
* 'sjinfo': child-join context info
* 'restrictlist': list of RestrictInfo nodes that apply to this particular
* pair of joinable relations
! * 'jointype' is the join type (inner, left, full, etc)
*/
RelOptInfo *
build_child_join_rel(PlannerInfo *root, RelOptInfo *outer_rel,
On Fri, Nov 10, 2017 at 4:34 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:
Here is a small patch for $Subject.
Good catch. Committed.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
(2017/11/11 0:58), Robert Haas wrote:
On Fri, Nov 10, 2017 at 4:34 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:Here is a small patch for $Subject.
Good catch. Committed.
Thanks!
Best regards,
Etsuro Fujita
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers