]> granicus.if.org Git - postgresql/commit
Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.
authorRobert Haas <rhaas@postgresql.org>
Tue, 22 Nov 2016 20:32:13 +0000 (15:32 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 22 Nov 2016 20:50:39 +0000 (15:50 -0500)
commit9a1d0af4ad2cbd419115b453d811c141b80d872b
treeea1e9dd3554984a54a21ee541435f9b239bbe351
parent906bfcad7ba7cb3863fe0e2a7810be8e3cd84fbd
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
doc/src/sgml/libpq.sgml
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-secure-openssl.c