summaryrefslogtreecommitdiff
path: root/src/include/executor
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-03-11 15:44:40 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-03-11 17:23:31 +0200
commit2f418e8a174136507fb1f80214415b144e24850c (patch)
treea0fff709f5992d678ecf0419114b8d5762c26425 /src/include/executor
parentb42225c101e61afdc9b4f5873654bc1e0c9f9179 (diff)
In ecpg preprocessor, don't try to look up constants in the test for
variable hiding. A constant is not a variable. It worked in most cases by accident, because we add constants to the global list of variables (why?), but float constants like 1.23 were interpreted as struct field references, and not found. Backpatch to 9.0, where the test for variable hiding was added.
Diffstat (limited to 'src/include/executor')
0 files changed, 0 insertions, 0 deletions