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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix some more regression tests (missed these because they're only
Date: 2009-08-04 20:10:00
Message-ID: 20090804201000.AD58A75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-08-04 21:09:39 pgsql: Fix an ecpg test, too.
Previous Message Tom Lane 2009-08-04 19:46:51 pgsql: Suppress pointer-signedness warning.