pgpool: Fix compiler error.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Fix compiler error.
Date: 2026-09-18 21:52:45
Message-ID: E1x7gVh-0000000DZGa-0KKJ@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix compiler error.

The commit 9ffb84bf5 "Fix premature Sync during extended-query
pipelines" introduced a compile error in Rocky Linux 8.

protocol/pool_proto_modules.c: In function 'ProcessFrontendResponse':
protocol/pool_proto_modules.c:3165:4: error: a label can only be part of a statement and a declaration is not a statement
bool defer_primary_sync;

Author: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Backpatch-through: v4.3

Branch
------
V4_7_STABLE

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

Modified Files
--------------
src/protocol/pool_proto_modules.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-09-19 04:50:13 pgpool: Test: stablize 006.memqcache regression test.
Previous Message Tatsuo Ishii 2026-09-18 21:52:40 pgpool: Fix compiler error.