aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-06-24 15:06:19 -0400
committerRobert Haas <rhaas@postgresql.org>2016-06-24 15:14:15 -0400
commit9e9c38e15947f4f3ed478f8b70e74b55e31fe950 (patch)
treed9f54f2467dc92d7d029baed1487a0cbfebb4d73 /src/backend/access/gist/gistget.c
parent267569b24c1782b756cad46ffc8e9b28988e7385 (diff)
downloadpostgresql-9e9c38e15947f4f3ed478f8b70e74b55e31fe950.tar.gz
postgresql-9e9c38e15947f4f3ed478f8b70e74b55e31fe950.zip
postgres_fdw: Fix incorrect NULL handling in join pushdown.
something.* IS NOT NULL means that every attribute of the row is not NULL, not that the row itself is non-NULL (e.g. because it's coming from below an outer join. Use (somevar.*)::pg_catalog.text IS NOT NULL instead. Ashutosh Bapat, per a report by Rushabh Lathia. Reviewed by Amit Langote and Etsuro Fujita. Schema-qualification added by me.
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions