Re: Replace FunctionCall2Coll with FunctionCallInvoke

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andy Fan <zhihuifan1213(at)163(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>
Subject: Re: Replace FunctionCall2Coll with FunctionCallInvoke
Date: 2024-04-08 05:26:30
Message-ID: ZhOABqA_zyF6Xgnm@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 08, 2024 at 12:25:00PM +0800, Andy Fan wrote:
> During the review of using extended statistics to improve join estimates
> [1], I found some code level optimization opportunities which apply to
> existing code as well. To make the discussion easier, open this new
> thread.

Is that measurable?
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andy Fan 2024-04-08 05:36:20 Re: Replace FunctionCall2Coll with FunctionCallInvoke
Previous Message Michael Paquier 2024-04-08 05:23:07 Re: Speed up clean meson builds by ~25%