pgsql: Suppress another CR in program output - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Suppress another CR in program output
Date
Msg-id E1iF1hz-0005rQ-KS@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Suppress another CR in program output

This one was exposed by a12c75a10.

Backpatch to release 11 where check_pg_config was introduced.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b81a82e395ac2fa322292802a155d28c7a372b21

Modified Files
--------------
src/test/perl/TestLib.pm | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix pg_rewind link order issue introduced in 927474ce1a2.
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Implement jsonpath .datetime() method