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
------------------ 原始邮件 ------------------
发件人: "David G. Johnston" <david.g.johnston@xxxxxxxxx>;
发送时间: 2021年11月12日(星期五) 下午2:09
收件人: "孤傲小二~阿沐"<2903807914@xxxxxx>;
抄送: "Tom Lane"<tgl@xxxxxxxxxxxxx>;"pgsql-general"<pgsql-general@xxxxxxxxxxxxxxxxxxxx>;
主题: 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
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. Try grepping for the pre-change line you are modifying to see where its twin is.
David J.