diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-03 14:47:26 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-03 14:47:26 -0400 |
commit | d4a4c3d5b433513fc38ce60e454d2c86e8bd0ed4 (patch) | |
tree | 9578c3c4a3319add92482c60fadac29a56dbceae /contrib/jsonb_plpython | |
parent | 242408dbef283ff148a3a671a7f4ebbad6118b22 (diff) | |
download | postgresql-d4a4c3d5b433513fc38ce60e454d2c86e8bd0ed4.tar.gz postgresql-d4a4c3d5b433513fc38ce60e454d2c86e8bd0ed4.zip |
Suppress compiler warning in new jsonb_plperl code.
Some compilers are evidently pickier than others about whether Perl's
I32 typedef should be considered equivalent to int. Dodge the problem
by using a separate variable; the prior coding was a bit confusing anyway.
Per buildfarm. Note this does nothing to fix the test failures due to
SV_to_JsonbValue not covering enough variable types.
Diffstat (limited to 'contrib/jsonb_plpython')
0 files changed, 0 insertions, 0 deletions