diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-05-08 19:48:02 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-05-08 19:48:02 +0000 |
commit | 931e3094025b6036a995627a9c8e48b261226b26 (patch) | |
tree | eff3a9e27159a228fd663221ff13c7f572752023 /src/backend/utils/adt/arrayutils.c | |
parent | 8c2fca17d83a154c65ce364ba862125a1e47a054 (diff) | |
download | postgresql-931e3094025b6036a995627a9c8e48b261226b26.tar.gz postgresql-931e3094025b6036a995627a9c8e48b261226b26.zip |
Append and SubqueryScan nodes were not passing changed-parameter signals down
to their children, leading to misbehavior if they had any children that paid
attention to chgParam (most plan node types don't). Append's bug has been
there a long time, but nobody had noticed because it used to be difficult
to create a query where an Append would be used below the top level of a
plan; so there were never any parameters getting passed down. SubqueryScan
is new in 7.1 ... and I'd modeled its behavior on Append :-(
Diffstat (limited to 'src/backend/utils/adt/arrayutils.c')
0 files changed, 0 insertions, 0 deletions