pgsql: Improve GSSAPI Encryption startup comment in libpq

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve GSSAPI Encryption startup comment in libpq
Date: 2020-01-08 15:57:33
Message-ID: E1ipDi9-0001XX-BK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve GSSAPI Encryption startup comment in libpq

The original comment was a bit confusing, pointed out by Alvaro Herrera.

Thread: https://postgr.es/m/20191224151520.GA16435%40alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8dd1511e39acd729020e151deb15a958300ebff5

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-01-08 16:08:27 pgsql: Improve the handling of result type coercions in SQL functions.
Previous Message Tom Lane 2020-01-08 15:04:17 Re: src/test/recovery regression failure on bionic