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:11:18
Message-ID: E1usgty-00GhTy-1f@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
------
master

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

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 Bo Peng 2025-09-01 02:37:24 pgpool: Fix compile warning on Fedora 42.
Previous Message Tatsuo Ishii 2025-08-31 12:10:52 pgpool: Test: unbreak 039.log_backend_messages.