OSDN Git Service

Fix poorly worded error messages for unary operator type resolution
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 27 Feb 2000 02:48:15 +0000 (02:48 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 27 Feb 2000 02:48:15 +0000 (02:48 +0000)
commit66fe0fc87e014b27b1bc70e070f243ee26762b10
tree0e7180e7d13073860434310f4b42eea9e1e3f570
parented0e2923542fc63dd236e5e539472926a8449e4a
Fix poorly worded error messages for unary operator type resolution
failures.  Fix some outright bugs too, including a reference to
uninitialized memory that would cause failures like this one:
select -('1234567890.1234567'::text);
ERROR:  Unable to locate type oid 2139062143 in catalog
src/backend/parser/parse_oper.c