回复:Fix missing semicolon in pl_gram.y for option_value rule

From: webbohan <webbohan(at)qq(dot)com>
To: shaobo zhang <zshaoo224(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: 回复:Fix missing semicolon in pl_gram.y for option_value rule
Date: 2026-06-05 07:42:58
Message-ID: tencent_F38846DBD9CFCD409889DF0D1050CA377C06@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,
&nbsp; The "decl_is_for" syntax block has the same issue.

It can be modified together.

------------------&nbsp;原始邮件&nbsp;------------------
发件人: "shaobo zhang" <zshaoo224(at)gmail(dot)com&gt;;
发送时间:&nbsp;2026年6月5日(星期五) 下午3:01
收件人:&nbsp;"pgsql-hackers"<pgsql-hackers(at)lists(dot)postgresql(dot)org&gt;;

主题:&nbsp;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&nbsp; and readability.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shlok Kyal 2026-06-05 07:44:11 Re: Support EXCEPT for ALL SEQUENCES publications
Previous Message Peter Eisentraut 2026-06-05 07:35:52 Re: [Bug]Assertion failure in LATERAL GRAPH_TABLE with multi-label pattern