postgresql/contrib/jsonb_plperl
Peter Eisentraut 0aa8f76408 Expose internal function for converting int64 to numeric
Existing callers had to take complicated detours via
DirectFunctionCall1().  This simplifies a lot of code.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/42b73d2d-da12-ba9f-570a-420e0cce19d9@phystech.edu
2020-09-09 20:16:28 +02:00
..
expected Fix handling of "undef" in contrib/jsonb_plperl. 2019-08-04 14:05:34 -04:00
sql Fix handling of "undef" in contrib/jsonb_plperl. 2019-08-04 14:05:34 -04:00
.gitignore Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
jsonb_plperl--1.0.sql Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00
jsonb_plperl.c Expose internal function for converting int64 to numeric 2020-09-09 20:16:28 +02:00
jsonb_plperl.control Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00
jsonb_plperlu--1.0.sql Fix inconsistencies and typos in the tree 2019-07-22 10:01:50 +09:00
jsonb_plperlu.control Transforms for jsonb to PL/Perl 2018-04-03 09:47:18 -04:00