pgsql: Fix typo in PQconnectStartParams().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix typo in PQconnectStartParams().
Дата
Msg-id E1Q68x7-0004bB-Kk@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d518d6a168797c2e3b9cf03a3b5cfa335be735bb

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix typo in PQconnectStartParams().
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Avoid possible hang during smart shutdown.