pgsql: Fix some more regression tests (missed these because they're only

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix some more regression tests (missed these because they're only
Дата
Msg-id 20090804201000.AD58A75331E@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix some more regression tests (missed these because they're only
run when built with --with-openssl).

Modified Files:
--------------
    pgsql/contrib/pgcrypto/expected:
        3des.out (r1.3 -> r1.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/expected/3des.out?r1=1.3&r2=1.4)
        cast5.out (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/expected/cast5.out?r1=1.2&r2=1.3)
        des.out (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/expected/des.out?r1=1.2&r2=1.3)
    pgsql/contrib/pgcrypto/sql:
        3des.sql (r1.3 -> r1.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/sql/3des.sql?r1=1.3&r2=1.4)
        cast5.sql (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/sql/cast5.sql?r1=1.2&r2=1.3)
        des.sql (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/sql/des.sql?r1=1.2&r2=1.3)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Suppress pointer-signedness warning.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix an ecpg test, too.