pgsql: Reduce the log level in 035_standby_logical_decoding.pl. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Reduce the log level in 035_standby_logical_decoding.pl.
Date
Msg-id E1pr94n-004m1r-K9@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix buffer refcount leak with FDW bulk inserts
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix vacuum_cost_delay check for balance calculation.