Rewrite error message related to sslmode in libpq
commitbcaa1fafc82f2fd124e0ed39e7c94a7918548224
authorMichael Paquier <michael@paquier.xyz>
Fri, 24 Mar 2023 01:14:33 +0000 (24 10:14 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 24 Mar 2023 01:14:33 +0000 (24 10:14 +0900)
tree0282291e6bb53aca491d580cb1a4fea0701300af
parent8089517ab8b547daab78f404f99eb48fba91ee9d
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
src/interfaces/libpq/fe-connect.c