pgsql: Reduce the log level in 035_standby_logical_decoding.pl.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reduce the log level in 035_standby_logical_decoding.pl.
Date: 2023-04-25 03:10:46
Message-ID: E1pr94n-004m1r-K9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reduce the log level in 035_standby_logical_decoding.pl.

Reduce the log level in 035_standby_logical_decoding.pl as the test
doesn't require the higher log level. This helps to shrink the output size
and speed up the test a bit.

Author: Bertrand Drouvot
Discussion: https://postgr.es/m/2fefa454-5a70-2174-ddbf-4a0e41537139@gmail.com
Discussion: https://postgr.es/m/523315.1681245505@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3034dc56ef4b9bc1490e2b1e09fcdf3eeae53e8f

Modified Files
--------------
src/test/recovery/t/035_standby_logical_decoding.pl | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-04-25 11:58:48 pgsql: Fix vacuum_cost_delay check for balance calculation.
Previous Message Michael Paquier 2023-04-25 00:43:14 pgsql: Fix buffer refcount leak with FDW bulk inserts