mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Using DEFAULT_COLLATION_OID in the comparePartial functions was not only a lame hack, but outright wrong, because the compare functions for collation-aware types were already responding to the declared index collation. So comparePartial would have the wrong expectation about the index's sort order, possibly leading to missing matches for prefix searches. |
||
---|---|---|
.. | ||
expected | ||
sql | ||
.gitignore | ||
btree_gin--1.0.sql | ||
btree_gin--unpackaged--1.0.sql | ||
btree_gin.c | ||
btree_gin.control | ||
Makefile |