agora inbox for pgpool-committers@postgresql.org  
help / color / mirror / Atom feed
pgpool: Fix incorrect routing of SET transaction_read_only = 0.
6+ messages / 1 participants
[nested] [flat]

* pgpool: Fix incorrect routing of SET transaction_read_only = 0.
@ 2026-03-31 06:45  Bo Peng <pengbo@sraoss.co.jp>
  0 siblings, 0 replies; 6+ messages in thread

From: Bo Peng @ 2026-03-31 06:45 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

Fix incorrect routing of SET transaction_read_only = 0.

Fix incorrect routing of SET transaction_read_only = 0 to standby node, which caused query errors.
Also replace incorrect bool ret = POOL_BOTH with the proper enum type.

Reported-by: liujinyang-highgo
Reviewed-by: Bo Peng <pengbo@sraoss.co.jp>
Discussion: https://github.com/pgpool/pgpool2/issues/155
Backpatch-through: v4.3

Branch
------
master

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

Modified Files
--------------
src/context/pool_query_context.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgpool: Fix incorrect routing of SET transaction_read_only = 0.
@ 2026-03-31 06:46  Bo Peng <pengbo@sraoss.co.jp>
  0 siblings, 0 replies; 6+ messages in thread

From: Bo Peng @ 2026-03-31 06:46 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

Fix incorrect routing of SET transaction_read_only = 0.

Fix incorrect routing of SET transaction_read_only = 0 to standby node, which caused query errors.
Also replace incorrect bool ret = POOL_BOTH with the proper enum type.

Reported-by: liujinyang-highgo
Reviewed-by: Bo Peng <pengbo@sraoss.co.jp>
Discussion: https://github.com/pgpool/pgpool2/issues/155
Backpatch-through: v4.3

Branch
------
V4_7_STABLE

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

Modified Files
--------------
src/context/pool_query_context.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgpool: Fix incorrect routing of SET transaction_read_only = 0.
@ 2026-03-31 06:46  Bo Peng <pengbo@sraoss.co.jp>
  0 siblings, 0 replies; 6+ messages in thread

From: Bo Peng @ 2026-03-31 06:46 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

Fix incorrect routing of SET transaction_read_only = 0.

Fix incorrect routing of SET transaction_read_only = 0 to standby node, which caused query errors.
Also replace incorrect bool ret = POOL_BOTH with the proper enum type.

Reported-by: liujinyang-highgo
Reviewed-by: Bo Peng <pengbo@sraoss.co.jp>
Discussion: https://github.com/pgpool/pgpool2/issues/155
Backpatch-through: v4.3

Branch
------
V4_6_STABLE

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

Modified Files
--------------
src/context/pool_query_context.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgpool: Fix incorrect routing of SET transaction_read_only = 0.
@ 2026-03-31 06:46  Bo Peng <pengbo@sraoss.co.jp>
  0 siblings, 0 replies; 6+ messages in thread

From: Bo Peng @ 2026-03-31 06:46 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

Fix incorrect routing of SET transaction_read_only = 0.

Fix incorrect routing of SET transaction_read_only = 0 to standby node, which caused query errors.
Also replace incorrect bool ret = POOL_BOTH with the proper enum type.

Reported-by: liujinyang-highgo
Reviewed-by: Bo Peng <pengbo@sraoss.co.jp>
Discussion: https://github.com/pgpool/pgpool2/issues/155
Backpatch-through: v4.3

Branch
------
V4_5_STABLE

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

Modified Files
--------------
src/context/pool_query_context.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgpool: Fix incorrect routing of SET transaction_read_only = 0.
@ 2026-03-31 06:47  Bo Peng <pengbo@sraoss.co.jp>
  0 siblings, 0 replies; 6+ messages in thread

From: Bo Peng @ 2026-03-31 06:47 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

Fix incorrect routing of SET transaction_read_only = 0.

Fix incorrect routing of SET transaction_read_only = 0 to standby node, which caused query errors.
Also replace incorrect bool ret = POOL_BOTH with the proper enum type.

Reported-by: liujinyang-highgo
Reviewed-by: Bo Peng <pengbo@sraoss.co.jp>
Discussion: https://github.com/pgpool/pgpool2/issues/155
Backpatch-through: v4.3

Branch
------
V4_4_STABLE

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

Modified Files
--------------
src/context/pool_query_context.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgpool: Fix incorrect routing of SET transaction_read_only = 0.
@ 2026-03-31 06:47  Bo Peng <pengbo@sraoss.co.jp>
  0 siblings, 0 replies; 6+ messages in thread

From: Bo Peng @ 2026-03-31 06:47 UTC (permalink / raw)
  To: pgpool-committers@lists.postgresql.org

Fix incorrect routing of SET transaction_read_only = 0.

Fix incorrect routing of SET transaction_read_only = 0 to standby node, which caused query errors.
Also replace incorrect bool ret = POOL_BOTH with the proper enum type.

Reported-by: liujinyang-highgo
Reviewed-by: Bo Peng <pengbo@sraoss.co.jp>
Discussion: https://github.com/pgpool/pgpool2/issues/155
Backpatch-through: v4.3

Branch
------
V4_3_STABLE

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

Modified Files
--------------
src/context/pool_query_context.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread


end of thread, other threads:[~2026-03-31 06:47 UTC | newest]

Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-03-31 06:45 pgpool: Fix incorrect routing of SET transaction_read_only = 0. Bo Peng <pengbo@sraoss.co.jp>
2026-03-31 06:46 pgpool: Fix incorrect routing of SET transaction_read_only = 0. Bo Peng <pengbo@sraoss.co.jp>
2026-03-31 06:46 pgpool: Fix incorrect routing of SET transaction_read_only = 0. Bo Peng <pengbo@sraoss.co.jp>
2026-03-31 06:46 pgpool: Fix incorrect routing of SET transaction_read_only = 0. Bo Peng <pengbo@sraoss.co.jp>
2026-03-31 06:47 pgpool: Fix incorrect routing of SET transaction_read_only = 0. Bo Peng <pengbo@sraoss.co.jp>
2026-03-31 06:47 pgpool: Fix incorrect routing of SET transaction_read_only = 0. Bo Peng <pengbo@sraoss.co.jp>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox