aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_node.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-05-29 18:24:14 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-05-29 18:24:14 +0000
commitd66daabec948df2a332a9b48ec5aa49145170d80 (patch)
treebc480a027277d230f204ac614e5e92de8fd26f2b /src/backend/parser/parse_node.c
parentbbc048319f01819523b2d9f6b1e81f0951280517 (diff)
downloadpostgresql-d66daabec948df2a332a9b48ec5aa49145170d80.tar.gz
postgresql-d66daabec948df2a332a9b48ec5aa49145170d80.zip
Remove typeidIsValid() checks in can_coerce_type(). These checks
were pretty expensive and I believe the case they were put in to defend against can no longer arise, now that we have dependency checks to prevent deletion of a type entry that is still referenced. Certainly the example given in the CVS log entry can't happen anymore. Since this was the only use of typeidIsValid(), remove the routine too.
Diffstat (limited to 'src/backend/parser/parse_node.c')
0 files changed, 0 insertions, 0 deletions