pgpool: Fix regression introduced by the previous commit (df277163720a2

From: Bo Peng <pengbo(at)sraoss(dot)co(dot)jp>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Fix regression introduced by the previous commit (df277163720a2
Date: 2025-10-05 10:42:35
Message-ID: E1v5MCI-00CHgq-2W@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix regression introduced by the previous commit (df277163720a248f108192329de58077cd35ea4e), which caused a syntax error in "PGPOOL SET CACHE DELETE".

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=020ee7084741d207307aae6f8b95a9ccdbaeb818

Modified Files
--------------
src/parser/gram.y | 14 ++++++++++++++
src/parser/gram_minimal.y | 14 ++++++++++++++
src/parser/gram_template.y | 14 ++++++++++++++
3 files changed, 42 insertions(+)

Browse pgpool-committers by date

  From Date Subject
Next Message Bo Peng 2025-10-06 00:55:45 pgpool: Update mailing list address to use pgpool-hackers@lists.postgre
Previous Message Bo Peng 2025-10-03 10:39:07 pgpool: Feature: Import PostgreSQL 18 new parser.