Use CallerFInfoFunctionCall with btree_gist for varlena types
Andrew Dunstan <andrew@dunslane.net>
Use CallerFInfoFunctionCall with btree_gist for varlena types Follow up to commit 393bb504d7 which did this for numeric types.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/btree_gist/btree_bit.c | modified | +13 −13 |
| contrib/btree_gist/btree_bytea.c | modified | +11 −11 |
| contrib/btree_gist/btree_numeric.c | modified | +11 −11 |
| contrib/btree_gist/btree_text.c | modified | +12 −12 |
| contrib/btree_gist/btree_utils_var.c | modified | +40 −37 |
| contrib/btree_gist/btree_utils_var.h | modified | +13 −13 |