Skip to content
Snippets Groups Projects
Commit beeb3562 authored by Teodor Sigaev's avatar Teodor Sigaev
Browse files

During repeated rescan of GiST index it's possible that scan key

is NULL but SK_SEARCHNULL is not set. Add checking IS NULL of keys
to set during key initialization. If key is NULL and SK_SEARCHNULL is not
set then nothnig can be satisfied.
With assert-enabled compilation that causes coredump.

Bug was introduced in 8.3 by support of IS NULL index scan.
parent e034e517
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment