mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
d64713df7e
Since collation is effectively an argument, not a property of the function, FmgrInfo is really the wrong place for it; and this becomes critical in cases where a cached FmgrInfo is used for varying purposes that might need different collation settings. Fix by passing it in FunctionCallInfoData instead. In particular this allows a clean fix for bug #5970 (record_cmp not working). This requires touching a bit more code than the original method, but nobody ever thought that collations would not be an invasive patch... |
||
---|---|---|
.. | ||
expected | ||
sql | ||
.gitignore | ||
btree_gin--1.0.sql | ||
btree_gin--unpackaged--1.0.sql | ||
btree_gin.c | ||
btree_gin.control | ||
Makefile |