Fix missing semicolon in pl_gram.y for option_value rule

From: shaobo zhang <zshaoo224(at)gmail(dot)com>
To: 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:01:59
Message-ID: CAJJDvKQ+ca_AX4DdwHhBXi1x8pfXSSma4QByerKgxEGpW6CZAw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Attachment Content-Type Size
v1-0001-Fix-missing-semicolon-in-pl_gram.y-for-option_val.patch application/octet-stream 941 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey Borodin 2026-06-05 07:06:48 Archive-fed logical decoding: pausing recovery on slot conflict
Previous Message Dilip Kumar 2026-06-05 06:23:33 Re: Proposal: Conflict log history table for Logical Replication