pgsql: Properly initialize SSL engines when used from libpq.

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Properly initialize SSL engines when used from libpq.
Дата
Msg-id 20090623181323.71B4675331E@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Properly initialize SSL engines when used from libpq. This is required for
most external engines.

Per report and initial code from Lars Kanis

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-secure.c (r1.126 -> r1.127)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.126&r2=1.127)
        libpq-int.h (r1.142 -> r1.143)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-int.h?r1=1.142&r2=1.143)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix an ancient error in dist_ps (distance from point to line
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Provide a link to the UPDATE reference page in the 'Updating