Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.
Robert Haas <rhaas@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +4 −0 |
| src/interfaces/libpq/fe-auth.c | modified | +7 −5 |
| src/interfaces/libpq/fe-connect.c | modified | +5 −4 |
| src/interfaces/libpq/fe-secure-openssl.c | modified | +7 −5 |