Zhang Mingli <zmlpostgres(at)gmail(dot)com> writes:
> In preprocess_aggref(), list same_input_transnos is used to track compatible transnos.
> Free it if we don’t need it anymore.
Very little of the planner bothers with freeing small allocations
like that. Can you demonstrate a case where this would actually
make a meaningful difference?
regards, tom lane