pgsql: We neglected to apply domain constraints on UNKNOWN parameters to - Mailing list pgsql-committers

From neilc@postgresql.org (Neil Conway)
Subject pgsql: We neglected to apply domain constraints on UNKNOWN parameters to
Date
Msg-id 20060112222836.1951A9DCDEE@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
We neglected to apply domain constraints on UNKNOWN parameters to
prepared statements, per report from David Wheeler.

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_coerce.c (r2.133 -> r2.134)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_coerce.c.diff?r1=2.133&r2=2.134)

pgsql-committers by date:

Previous
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Clear up remaining compile warning for plperl on Windows.
Next
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: We neglected to apply domain constraints on UNKNOWN parameters to