[COMMITTERS] pgsql: Use CallerFInfoFunctionCall with btree_gist for varlena types - Mailing list pgsql-committers

From Andrew Dunstan
Subject [COMMITTERS] pgsql: Use CallerFInfoFunctionCall with btree_gist for varlena types
Date
Msg-id E1cqLOS-0002pL-Dw@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: [COMMITTERS] pgsql: Add a pg_recvlogical wrapper to PostgresNode
Next
From: Andrew Dunstan
Date:
Subject: [COMMITTERS] pgsql: Document btree_gin support for enums