pgsql: Reset error message at PQreset()

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Reset error message at PQreset()
Дата
Msg-id E1XjSbd-00028E-3D@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Reset error message at PQreset()

If you call PQreset() repeatedly, and the connection cannot be
re-established, the error messages from the failed connection attempts
kept accumulating in the error string.

Fixes bug #11455 reported by Caleb Epstein. Backpatch to all supported
versions.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1325b239b9e862cc31de2af363f1b73f0d15d920

Modified Files
--------------
src/interfaces/libpq/fe-connect.c |    1 +
1 file changed, 1 insertion(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove obsolete commentary.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Reset error message at PQreset()