Re: [PATCH]Refactor and unify expression construction functions in makefuncs.c

From: ZizhuanLiu X-MAN <44973863(at)qq(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH]Refactor and unify expression construction functions in makefuncs.c
Date: 2026-06-01 08:01:58
Message-ID: tencent_1DA28D8E166122FEDBCC32815AA5B1157E05@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

&gt;From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us&gt;
&gt;Date: 2026-06-01 11:56
&gt;To: ZizhuanLiu X-MAN <44973863(at)qq(dot)com&gt;
&gt;Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org&gt;
&gt;Subject: Re: [PATCH]Refactor and unify expression construction functions in makefuncs.c
&gt;
&gt;
&gt; &nbsp; &nbsp; &nbsp;"=?utf-8?B?Wml6aHVhbkxpdSBYLU1BTg==?="?<44973863(at)qq(dot)com&gt;?writes:
&gt;&gt;?This?patch?performs?a?set?of?minor,?low-impact?clean-up?refactors?to?unify?internal?expression?construction?logic:
&gt;
&gt;TBH, I don't think this is worth the trouble.
&gt;
&gt;                 regards, tom lane

Thanks,&nbsp; you're right.&nbsp; Let's drop this idea for now.
`
regards,
--
ZizhuanLiu&nbsp;(X-MAN)&nbsp;
44973863(at)qq(dot)com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2026-06-01 08:27:06 Wrong unsafe-flag test in check_output_expressions()
Previous Message Tender Wang 2026-06-01 07:57:39 Re: Eager aggregation, take 3