1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Add btree_gist support for searching on "not equals".

Jeff Davis, with slight editorialization by me.
This commit is contained in:
Robert Haas
2010-08-02 16:26:48 +00:00
parent 98c2383ba5
commit ad17ff95cf
5 changed files with 72 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/btree_gist/btree_gist.h,v 1.9 2009/06/11 14:48:50 momjian Exp $
* $PostgreSQL: pgsql/contrib/btree_gist/btree_gist.h,v 1.10 2010/08/02 16:26:48 rhaas Exp $
*/
#ifndef __BTREE_GIST_H__
#define __BTREE_GIST_H__
@ -9,6 +9,8 @@
#include "access/itup.h"
#include "access/nbtree.h"
#define BtreeGistNotEqualStrategyNumber 6
/* indexed types */
enum gbtree_type