[HACKERS] [PATCH] Reduce src/test/recovery verbosity - Mailing list pgsql-hackers

From Craig Ringer
Subject [HACKERS] [PATCH] Reduce src/test/recovery verbosity
Date
Msg-id CAMsr+YGAzcMDOZ_BirnMCL6Sb=MUjP0FRE82YBDSbXcf6pm9Yg@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] Reduce src/test/recovery verbosity  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
Hi all

Trivial patch to change 'diag' to 'note' in TAP tests in
src/test/recovery attached.

It'll reduce the test output a little.

Those lines are there so you can tell what the test was doing before
it does something if it fails at a setup step, or to provide extra
diagnostic data, so they're retained, just muted to logs.

-- 
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [HACKERS] [PATCH] Transaction traceability - txid_status(bigint)
Next
From: "Mengxing Liu"
Date:
Subject: Re: [HACKERS] Guidelines for GSoC student proposals / EliminateO(N^2) scaling from rw-conflict tracking in serializable transactions