aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeResult.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-12-06 19:40:08 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-12-06 19:40:08 +0000
commitf07f11efde864eff63f8a4036d6286bac40611b2 (patch)
treecbb3906309a28805638fc7b54736d6cf47195907 /src/backend/executor/nodeResult.c
parenta7fb173fa4783e4881c893dfb8624ad5ac0ae235 (diff)
downloadpostgresql-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