回复:Fix missing semicolon in pl_gram.y for option_value rule - Mailing list pgsql-hackers

From webbohan
Subject 回复:Fix missing semicolon in pl_gram.y for option_value rule
Date
Msg-id tencent_F38846DBD9CFCD409889DF0D1050CA377C06@qq.com
Whole thread
List pgsql-hackers
Hello,
  The "decl_is_for" syntax block has the same issue.
It can be modified together.

------------------ 原始邮件 ------------------
发件人: "shaobo zhang" <zshaoo224@gmail.com>;
发送时间: 2026年6月5日(星期五) 下午3:01
收件人: "pgsql-hackers"<pgsql-hackers@lists.postgresql.org>;
主题: 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.

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [Bug]Assertion failure in LATERAL GRAPH_TABLE with multi-label pattern
Next
From: Shlok Kyal
Date:
Subject: Re: Support EXCEPT for ALL SEQUENCES publications