pgsql: Silence assorted annoying test output. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Silence assorted annoying test output.
Date
Msg-id E1syEhn-002jmF-5a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Silence assorted annoying test output.

Remove unnecessary chatter about "checking if IO::Socket::UNIX works";
our tests should never print anything on stderr unless there's a
problem.

Add .gitignore entry for temporary directory now being left behind
in src/test/postmaster.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/01fce8dab16385573ba0f2ddd3d52ba3514a6562

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 1 -
src/test/postmaster/.gitignore           | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add min and max aggregates for bytea type.
Next
From: Michael Paquier
Date:
Subject: pgsql: Introduce two fields in EState to track parallel worker activity