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:22:12
Message-ID: E1x7g28-0000000D4vl-3KP3@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix compiler error.

The commit a7b899a16 "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
------
master

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

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-18 21:52:25 pgpool: Fix compiler error.
Previous Message Taiki Koshino 2026-09-18 07:18:20 pgpool: Fix premature Sync during extended-query pipelines