pgsql: Remove Int8GetDatum function - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove Int8GetDatum function
Date
Msg-id E1w0G96-003Rpn-0Y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove Int8GetDatum function

We have no uses of Int8GetDatum in our tree and did not have for a
long time (or never), and the inverse does not exist either.

Author: Kirill Reshke <reshkekirill@gmail.com>
Suggested-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion:
https://www.postgresql.org/message-id/flat/CALdSSPhFyb9qLSHee73XtZm1CBWJNo9+JzFNf-zUEWCRW5yEiQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d4a080b8a190c4ba434a390939c995a50da12cf6

Modified Files
--------------
src/include/postgres.h | 10 ----------
1 file changed, 10 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Sort out table_open vs. relation_open in rewriter
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fixes for C++ typeof implementation