| 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:40 |
| Message-ID: | E1x7gVc-0000000DZ7t-17AN@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgpool-committers |
Fix compiler error.
The commit a3426eb28 "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_6_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=9f8fd38ad3d87b8e800035bdd48547a06a7d55fc
Modified Files
--------------
src/protocol/pool_proto_modules.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 2026-09-18 21:52:45 | pgpool: Fix compiler error. |
| Previous Message | Tatsuo Ishii | 2026-09-18 21:52:35 | pgpool: Fix compiler error. |