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-0005rN-K4@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_12_STABLE

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

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