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 (view raw or flat) |
| 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)
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2009-08-04 21:09:39 |
| Subject: pgsql: Fix an ecpg test, too. |
| Previous: | From: Tom Lane | Date: 2009-08-04 19:46:51 |
| Subject: pgsql: Suppress pointer-signedness warning. |