pgsql: Fix typo in PQconnectStartParams().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in PQconnectStartParams().
Date: 2011-04-02 22:05:53
Message-ID: E1Q68x7-0004bD-Mj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/672def62259354f28000e8cfb97b6668192369c2

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Shigeru Hanada 2011-04-03 01:51:04 Re: Re: [COMMITTERS] pgsql: Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Previous Message David Fetter 2011-04-02 15:11:37 Re: [COMMITTERS] pgsql: Escape greater than and less than characters in docs.