aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-10-20 20:02:30 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-10-20 20:02:30 +0000
commit98c7f157f2688ab83e97fa03b9e1bf194eadb2ba (patch)
treef6c7d2a1bd2a1458cca59c0083fd53c820fc0d9f /src/backend/access/gist/gist.c
parentf8ee74faebbfaabd254790964cbf64dcffef54a1 (diff)
downloadpostgresql-98c7f157f2688ab83e97fa03b9e1bf194eadb2ba.tar.gz
postgresql-98c7f157f2688ab83e97fa03b9e1bf194eadb2ba.zip
It is possible for ResolveNew to be used to insert a sublink into a
subquery that didn't previously have one. We have traditionally made the caller of ResolveNew responsible for updating the hasSubLinks flag of the outermost query, but this fails to account for hasSubLinks in subqueries. Fix ResolveNew to handle this. We might later want to change the calling convention of ResolveNew so that it can fix the outer query too, simplifying callers. But I went with the localized fix for now. Per bug report from J Smith, 20-Oct-03.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions