postgresql/src/interfaces
Tom Lane d518d6a168 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
2011-04-02 18:05:42 -04:00
..
ecpg fix up a couple non-prototypes of the form foo() to be foo(void) -- found using -Wstrict-prototypes 2011-03-27 21:31:41 +01:00
libpq Fix typo in PQconnectStartParams(). 2011-04-02 18:05:42 -04:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00