Re: Free list same_input_transnos in preprocess_aggref - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Free list same_input_transnos in preprocess_aggref
Date
Msg-id 348390.1663600445@sss.pgh.pa.us
Whole thread Raw
In response to Free list same_input_transnos in preprocess_aggref  (Zhang Mingli <zmlpostgres@gmail.com>)
Responses Re: Free list same_input_transnos in preprocess_aggref
List pgsql-hackers
Zhang Mingli <zmlpostgres@gmail.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



pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: HOT chain validation in verify_heapam()
Next
From: Alvaro Herrera
Date:
Subject: Re: why can't a table be part of the same publication as its schema