pgsql: Add regression tests to verify that domain constraints on - Mailing list pgsql-committers

From neilc@postgresql.org (Neil Conway)
Subject pgsql: Add regression tests to verify that domain constraints on
Date
Msg-id 20060115223449.E3FD69DCA0C@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add regression tests to verify that domain constraints on parameters
to prepared statements with unknown type are correctly enforced, per
recent bug report.

Modified Files:
--------------
    pgsql/src/test/regress/expected:
        domain.out (r1.35 -> r1.36)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/domain.out.diff?r1=1.35&r2=1.36)
    pgsql/src/test/regress/sql:
        domain.sql (r1.19 -> r1.20)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/domain.sql.diff?r1=1.19&r2=1.20)

pgsql-committers by date:

Previous
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Allow the types of parameters to PREPARE to be inferred.
Next
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: When using GCC on AMD64 and PPC, ECPGget_variable() takes a