pgsql: Use CallerFInfoFunctionCall with btree_gist for varlena types

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use CallerFInfoFunctionCall with btree_gist for varlena types
Date: 2017-03-21 15:08:16
Message-ID: E1cqLOS-0002pL-Dw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2017-03-21 15:12:02 pgsql: Document btree_gin support for enums
Previous Message Robert Haas 2017-03-21 15:07:39 Re: [COMMITTERS] pgsql: Add missing support for new node fields