diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-05-24 18:03:24 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-05-24 18:03:24 +0000 |
commit | 0a7b3a3649c7a03c432ef172f6b9efb3adc52868 (patch) | |
tree | 0a0d88cfa05281b12842c41cb4dbc7983182654a /src/backend/access/gist/gistget.c | |
parent | 88c59aeed86d5602d35fbc247573d5a9d9da504c (diff) | |
download | postgresql-0a7b3a3649c7a03c432ef172f6b9efb3adc52868.tar.gz postgresql-0a7b3a3649c7a03c432ef172f6b9efb3adc52868.zip |
Previous fix for "x FULL JOIN y ON true" failed to handle the case
where there was also a WHERE-clause restriction that applied to the
join. The check on restrictlist == NIL is really unnecessary anyway,
because select_mergejoin_clauses already checked for and complained
about any unmergejoinable join clauses. So just take it out.
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions