diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-04-05 00:40:35 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-04-05 00:40:35 +0000 |
commit | 65e758a4d3d961f9fe936177405906a52574f70b (patch) | |
tree | cf29edcf9619fae8bd08c6e511be04abf2534571 /src/backend/access/gist/gistutil.c | |
parent | eb3a10b05d101a6d237a76d724cf5cd8191d9e59 (diff) | |
download | postgresql-65e758a4d3d961f9fe936177405906a52574f70b.tar.gz postgresql-65e758a4d3d961f9fe936177405906a52574f70b.zip |
Remove contrib/intarray's definitions of the <@ and @> operators, so that they
don't cause confusion with the built-in anyarray versions of those operators.
Adjust the module's index opclasses to support the built-in operators in place
of the private ones.
The private implementations are still available under their historical
names @ and ~, so no functionality is lost. Some quick testing suggests
that they offer no real benefit over the core operators, however.
Per a complaint from Rusty Conover.
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions