pgsql: Rewrite error message related to sslmode in libpq

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rewrite error message related to sslmode in libpq
Date: 2023-03-24 01:22:41
Message-ID: E1pfW8f-0054ce-6M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rewrite error message related to sslmode in libpq

The same error message will be used for a different option, to be
introduced in a separate patch. Reshaping the error message as done
here saves in translation.

Extracted from a larger patch by the same author.

Author: Jacob Champion
Discussion: https://postgr.es/m/9e5a8ccddb8355ea9fa4b75a1e3a9edc88a70cd3.camel@vmware.com

Branch
------
master

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

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2023-03-24 04:01:25 pgsql: Doc: Improve description of the "batch_size" option for postgres
Previous Message Michael Paquier 2023-03-23 23:48:34 pgsql: Rename fields in pgstat structures for functions and relations