pgsql: Add missing newline in one libpq error message. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add missing newline in one libpq error message.
Date
Msg-id E1nZwfR-000AiL-N1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add missing newline in one libpq error message.

Oversight in commit a59c79564.  Back-patch, as that was.
Noted by Peter Eisentraut.

Discussion: https://postgr.es/m/7f85ef6d-250b-f5ec-9867-89f0b16d019f@enterprisedb.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/143043191b2fa892c547f6fefc243ec54769f5e8

Modified Files
--------------
src/interfaces/libpq/fe-secure-openssl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Add tests for \errverbose
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Make PostgreSQL::Test::Cluster compatible with all live branches