pgpool: Test: unbreak 039.log_backend_messages.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Test: unbreak 039.log_backend_messages.
Date: 2025-08-31 12:10:52
Message-ID: E1usgtX-00GhSG-2O@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Test: unbreak 039.log_backend_messages.

Commit 8ff2b9f6e mistakenly put synchronous commit parameters in
pgpool.conf. Unbreak the test by putting the parameters in
postgresql.conf. Also check if clustering mode is streaming
replication. Because that parameters causes suspends PostgreSQL if
clustering mode is other than streaming replication.

Backpatch-through: v4.6

Branch
------
V4_6_STABLE

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

Modified Files
--------------
src/test/regression/tests/039.log_backend_messages/test.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-08-31 12:11:18 pgpool: Test: unbreak 039.log_backend_messages.
Previous Message Tatsuo Ishii 2025-08-31 06:26:11 pgpool: Test: stabilize 039.log_backend_messages test.