aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1998-08-14 16:13:07 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1998-08-14 16:13:07 +0000
commit6912beea706177ad4562cf3f238c172a73fd763b (patch)
tree16545c7c338ce488e3b6349ec0314d6462116aea /src/backend/access/gist/gist.c
parent94f42ed3894ca4de85b47b308d29badb862eee9e (diff)
downloadpostgresql-6912beea706177ad4562cf3f238c172a73fd763b.tar.gz
postgresql-6912beea706177ad4562cf3f238c172a73fd763b.zip
Allow binary-compatible indices to be considered when checking for valid
indices for restriction clauses containing a constant. Note that if an index does not match directly (usually because the types on both side of the clause don't match), and if a binary-compatible index is identified, then the operator function will be replaced by a new one. Should not be a problem, but be sure that if types are listed as being binary compatible (in parse_coerce.h) then the comparison functions are also binary-compatible, giving equivalent results.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions