pgsql: Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.
Date: 2016-11-22 20:50:47
Message-ID: E1c9I1f-0003Bd-BV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.

Avoid memory leak in conninfo_uri_parse_options. Use the current host
rather than the comma-separated list of host names when the host name
is needed for GSS, SSPI, or SSL authentication. Document the way
connect_timeout interacts with multiple host specifications.

Takayuki Tsunakawa

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9a1d0af4ad2cbd419115b453d811c141b80d872b

Modified Files
--------------
doc/src/sgml/libpq.sgml | 4 ++++
src/interfaces/libpq/fe-auth.c | 12 +++++++-----
src/interfaces/libpq/fe-connect.c | 9 +++++----
src/interfaces/libpq/fe-secure-openssl.c | 12 +++++++-----
4 files changed, 23 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-11-22 22:56:58 pgsql: Doc: improve documentation about composite-value usage.
Previous Message Tom Lane 2016-11-22 20:20:28 pgsql: Improve handling of "UPDATE ... SET (column_list) = row_construc