pgsql: Defend against null scankeys in spgist searches.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Defend against null scankeys in spgist searches.
Date: 2011-12-18 00:08:37
Message-ID: E1Rc4Iv-0005sA-47@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Tgl 2011-12-18 00:11:29 pgfiledump - pg_filedump: Preliminary support for SP-GiST indexes.
Previous Message Tom Lane 2011-12-17 23:51:30 pgsql: Remove bogus entries in gist point_ops operator class.