| 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:35 |
| Message-ID: | E1x7gVX-0000000DZ0q-1SAb@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgpool-committers |
Fix compiler error.
The commit ec41e85d0 "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_5_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=e65554941d0fe4271997e126a6d2ef94c29ea497
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:40 | pgpool: Fix compiler error. |
| Previous Message | Tatsuo Ishii | 2026-09-18 21:52:30 | pgpool: Fix compiler error. |