OSDN Git Service

Hack parse_coerce so it won't try to constant-fold the dummy Const
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Mar 2000 07:36:03 +0000 (07:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Mar 2000 07:36:03 +0000 (07:36 +0000)
commitdadb14fa60f2cb5c5acbd10faaf72aacc3cef56d
tree60649b2fe904fde0cea9430d0dded41a165d6d78
parent9da6d2c0e71a18cb3806ba6531d7aa233ab266ee
Hack parse_coerce so it won't try to constant-fold the dummy Const
nodes introduced by make_subplan().  It'd be better if we used a
different node type for subplan result placeholders, but for now...
src/backend/parser/parse_coerce.c