pgsql: Remove extra usage of BoxPGetDatum() macro - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Remove extra usage of BoxPGetDatum() macro
Date
Msg-id E1g5cwW-0004ei-1c@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove extra usage of BoxPGetDatum() macro

Author: Mark Dilger
Discussion: https://postgr.es/m/B2AEFCD0-836D-4654-9D59-3DF616E0A6F3%40gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0f6459589494a4b4ff6c707594f8d308b9da88f8

Modified Files
--------------
src/backend/access/spgist/spgquadtreeproc.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Clean up in the wake of TupleDescGetSlot() removal /10763358c3f
Next
From: Tom Lane
Date:
Subject: pgsql: Fix assorted bugs in pg_get_partition_constraintdef().