diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-12-06 19:40:08 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-12-06 19:40:08 +0000 |
commit | f07f11efde864eff63f8a4036d6286bac40611b2 (patch) | |
tree | cbb3906309a28805638fc7b54736d6cf47195907 /src/backend/executor/nodeResult.c | |
parent | a7fb173fa4783e4881c893dfb8624ad5ac0ae235 (diff) | |
download | postgresql-f07f11efde864eff63f8a4036d6286bac40611b2.tar.gz postgresql-f07f11efde864eff63f8a4036d6286bac40611b2.zip |
Fix planning of SubLinks to ensure that Vars generated from transformation of
a sublink's test expression have the correct vartypmod, rather than defaulting
to -1. There's at least one place where this is important because we're
expecting these Vars to be exactly equal() to those appearing in the subplan
itself. This is a pretty klugy solution --- it would likely be cleaner to
change Param nodes to include a typmod field --- but we can't do that in the
already-released 8.2 branch.
Per bug report from Hubert Fongarnand.
Diffstat (limited to 'src/backend/executor/nodeResult.c')
0 files changed, 0 insertions, 0 deletions