pgsql: Remove useless bms_free() calls in build_child_join_rel(). - Mailing list pgsql-committers

From Etsuro Fujita
Subject pgsql: Remove useless bms_free() calls in build_child_join_rel().
Date
Msg-id E1hyUx5-0008VW-8l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove useless bms_free() calls in build_child_join_rel().

These seem to be leftovers from the original partitionwise-join patch,
perhaps.

Discussion: https://postgr.es/m/CAPmGK145YiMTPRnvev1dLz8na_-0aZ=Xyqn8f2QsJFBUTObNow@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/076e9d42099d092475ea9eaa2902ba101a27a585

Modified Files
--------------
src/backend/optimizer/util/relnode.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Prevent possible double-free when update trigger returns oldtup
Next
From: Pavel Stehule
Date:
Subject: Re: pgsql: Fix plpgsql to re-look-up composite type names at need.