pgsql: Defend against null scankeys in spgist searches. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Defend against null scankeys in spgist searches.
Date
Msg-id E1Rc4Iv-0005sA-47@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Defend against null scankeys in spgist searches.

Should've thought of that one earlier.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b7a0e8fb4d6fafcd30555e4ddf18e77e138ec3d0

Modified Files
--------------
src/backend/access/spgist/spgscan.c |   30 ++++++++++++++++++++++++------
1 files changed, 24 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove bogus entries in gist point_ops operator class.
Next
From: tgl@pgfoundry.org (User Tgl)
Date:
Subject: pgfiledump - pg_filedump: Preliminary support for SP-GiST indexes.