Hello??
The "decl_is_for" syntax block has the same issue.
It can be modified together.
------------------ ???????? ------------------
??????:
"shaobo zhang"
<[email protected]>;
????????: 2026??6??5??(??????) ????3:01
??????: "pgsql-hackers"<[email protected]>;
????: Fix missing semicolon in pl_gram.y for option_value rule
The option_value grammar rule in src/pl/plpgsql/src/pl_gram.y was
missing a terminating semicolon, which is inconsistent with the style
used by other rules in the file. While Bison does not require
semicolons to terminate grammar rules, adding one here improves
consistency and readability.