pgsql: Replace unnecessary DISABLE_ZLIB define in pgcrypto with

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Replace unnecessary DISABLE_ZLIB define in pgcrypto with
Дата
Msg-id 20070114205514.CF1659FB219@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core.

Patch from Marko Kreen.

Modified Files:
--------------
    pgsql/contrib/pgcrypto:
        Makefile (r1.24 -> r1.25)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/Makefile.diff?r1=1.24&r2=1.25)
        pgp-compress.c (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/pgp-compress.c.diff?r1=1.5&r2=1.6)

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

Предыдущее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Fix autovacuum to avoid leaving non-permanent Xids in
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Fix reverse compilation of IS DOCUMENT expression.