pgsql: Fix the sense of the test on DH_check()'s return value.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix the sense of the test on DH_check()'s return value.
Дата
Msg-id 20060512224436.DDEBD9FA294@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix the sense of the test on DH_check()'s return value.  This was preventing
custom-generated DH parameters from actually being used by the server.
Found by Michael Fuhr.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        be-secure.c (r1.69 -> r1.70)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c.diff?r1=1.69&r2=1.70)

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

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - lo: Don't rely on os.getlogin for getting a good default
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix the sense of the test on DH_check()'s return value.