mirror of https://github.com/postgres/postgres
9b5c8d45f6
"consistent" functions, and remove pg_amop.opreqcheck, as per recent discussion. The main immediate benefit of this is that we no longer need 8.3's ugly hack of requiring @@@ rather than @@ to test weight-using tsquery searches on GIN indexes. In future it should be possible to optimize some other queries better than is done now, by detecting at runtime whether the index match is exact or not. Tom Lane, after an idea of Heikki's, and with some help from Teodor. |
||
---|---|---|
.. | ||
data | ||
expected | ||
sql | ||
Makefile | ||
pg_trgm.sql.in | ||
trgm.h | ||
trgm_gin.c | ||
trgm_gist.c | ||
trgm_op.c | ||
uninstall_pg_trgm.sql |