Re: (9.1) btree_gist support for searching on "not equals"
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Itagaki Takahiro <itagaki.takahiro@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2010-08-03T03:16:01Z
Lists: pgsql-hackers
Attachments
- btree_gist_test_ne.diff (text/x-patch) patch
On Mon, 2010-08-02 at 12:27 -0400, Robert Haas wrote: > I was also wondering if it would be worth adding some additional > regression testing to contrib/btree_gist exercising this new > functionality. Thoughts? Sure. I attached two tests. Regards, Jeff Davis