回复: I added a √ operator, the sqrt function is still used internally, but now there is a problem, it affects the := and .. operators of the database

From: 孤傲小二~阿沐 <2903807914(at)qq(dot)com>
To: David G(dot) Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: 回复: I added a √ operator, the sqrt function is still used internally, but now there is a problem, it affects the := and .. operators of the database
Date: 2021-11-12 06:12:12
Message-ID: tencent_57AC2C7C328F4D82F758235D823B780DB405@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello everyone, I modified src/fe_utils/psqlscan.l src/interfaces/ecpg/preproc/pgc.l src/pl/plpgsql/src/pl_gram.y according to his suggestion to keep scan.l gram.y consistent , But still error

------------------&nbsp;原始邮件&nbsp;------------------
发件人: "David G. Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com&gt;;
发送时间:&nbsp;2021年11月12日(星期五) 下午2:09
收件人:&nbsp;"孤傲小二~阿沐"<2903807914(at)qq(dot)com&gt;;
抄送:&nbsp;"Tom Lane"<tgl(at)sss(dot)pgh(dot)pa(dot)us&gt;;"pgsql-general"<pgsql-general(at)lists(dot)postgresql(dot)org&gt;;
主题:&nbsp;Re: I added a √ operator, the sqrt function is still used internally, but now there is a problem, it affects the := and .. operators of the database

On Thursday, November 11, 2021, 孤傲小二~阿沐 <2903807914(at)qq(dot)com&gt; wrote:
Hello, I think what you said is right, it should be the problem. But I don't know what to do in the lexical analysis system of plpgsql to solve this problem.

“To match” means keep two copies identical, in this case manually.&nbsp; Try grepping for the pre-change line you are modifying to see where its twin is.

David J.
&nbsp;

In response to

Browse pgsql-general by date

  From Date Subject
Next Message 孤傲小二~阿沐 2021-11-12 06:36:20 sqrt_bigint_v2
Previous Message David G. Johnston 2021-11-12 06:09:13 Re: I added a √ operator, the sqrt function is still used internally, but now there is a problem, it affects the := and .. operators of the database