Thread: [COMMITTERS] pgsql: Use CallerFInfoFunctionCall with btree_gist for varlena types

Use CallerFInfoFunctionCall with btree_gist for varlena types

Follow up to commit 393bb504d7 which did this for numeric types.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/65a9138b9b66b2c915619344ca56f4f0d531ada7

Modified Files
--------------
contrib/btree_gist/btree_bit.c       | 26 ++++++------
contrib/btree_gist/btree_bytea.c     | 22 +++++------
contrib/btree_gist/btree_numeric.c   | 22 +++++------
contrib/btree_gist/btree_text.c      | 24 +++++------
contrib/btree_gist/btree_utils_var.c | 77 +++++++++++++++++++-----------------
contrib/btree_gist/btree_utils_var.h | 26 ++++++------
6 files changed, 100 insertions(+), 97 deletions(-)