Create a new parsetree node type, TypeCast, so that transformation of

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 49528361f521b432da2cfafcb81cade17eb324d1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-01-17T00:14:49Z
Releases: 7.1.1
Create a new parsetree node type, TypeCast, so that transformation of
SQL cast constructs can be performed during expression transformation
instead of during parsing.  This allows constructs like x::numeric(9,2)
and x::int2::float8 to behave as one would expect.

Files