pgsql: Add regression tests to verify that domain constraints on

Поиск
Список
Период
Сортировка
От neilc@postgresql.org (Neil Conway)
Тема pgsql: Add regression tests to verify that domain constraints on
Дата
Msg-id 20060115223449.E3FD69DCA0C@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Allow the types of parameters to PREPARE to be inferred.
Следующее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: When using GCC on AMD64 and PPC, ECPGget_variable() takes a