]> granicus.if.org Git - postgresql/commit
Fix typo in PQconnectStartParams().
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Apr 2011 22:05:42 +0000 (18:05 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Apr 2011 22:05:42 +0000 (18:05 -0400)
commitd518d6a168797c2e3b9cf03a3b5cfa335be735bb
tree239e8dc95eb0720a1c96970c8532c6f9b25a715a
parentd420ba2a2d4ea4831f89a3fd7ce86b05eff932ff
Fix typo in PQconnectStartParams().

This would lead to leaking the PGconn structure after an error detected by
conninfo_array_parse(), as well as failing to return a useful error message
in such cases.  Backpatch to 9.0 where the error was introduced.

Joseph Adams
src/interfaces/libpq/fe-connect.c