mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Experimentation with contrib/btree_gist shows that the majority of the GIST support functions potentially need collation information. Safest policy seems to be to pass it to all of them, instead of making assumptions about which ones could possibly need it.