From 9805e72133e5c341e91772a54881231e19dc45fe Mon Sep 17 00:00:00 2001 From: Ashutosh Bapat Date: Tue, 30 Dec 2025 14:45:42 +0530 Subject: [PATCH v20260102 4/5] Possibly unnecessary changes This commit reverts some changes from 422b0b187fac6a0a7651435be3b252073485b6aa. It is not clear if these changes were necessary. Reverting them does not show any test failures, even in CFBot. --- src/fe_utils/psqlscan.l | 2 +- src/interfaces/ecpg/preproc/pgc.l | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fe_utils/psqlscan.l b/src/fe_utils/psqlscan.l index 2c2d1b51f32..328a9a413c6 100644 --- a/src/fe_utils/psqlscan.l +++ b/src/fe_utils/psqlscan.l @@ -306,7 +306,7 @@ right_arrow "->" * If you change either set, adjust the character lists appearing in the * rule for "operator"! */ -self [,()\[\].;\:\|\+\-\*\/\%\^\<\>\=] +self [,()\[\].;\:\+\-\*\/\%\^\<\>\=] op_chars [\~\!\@\#\^\&\|\`\?\+\-\*\/\%\<\>\=] operator {op_chars}+ diff --git a/src/interfaces/ecpg/preproc/pgc.l b/src/interfaces/ecpg/preproc/pgc.l index c6f36e0275b..97d3193ebf3 100644 --- a/src/interfaces/ecpg/preproc/pgc.l +++ b/src/interfaces/ecpg/preproc/pgc.l @@ -348,7 +348,7 @@ right_arrow "->" * If you change either set, adjust the character lists appearing in the * rule for "operator"! */ -self [,()\[\].;\:\|\+\-\*\/\%\^\<\>\=] +self [,()\[\].;\:\+\-\*\/\%\^\<\>\=] op_chars [\~\!\@\#\^\&\|\`\?\+\-\*\/\%\<\>\=] operator {op_chars}+ -- 2.34.1