aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-01-20 08:02:01 -0500
committerPeter Eisentraut <peter_e@gmx.net>2018-01-20 08:02:01 -0500
commit918e02a221db1ee40d545cb05dc9d8d392b4b743 (patch)
tree235301bf93039d15957629b241979c3aea92c037 /src/backend/commands/functioncmds.c
parent96102a32a374c3b81ba9c2b24bcf1943a87a9ef6 (diff)
downloadpostgresql-918e02a221db1ee40d545cb05dc9d8d392b4b743.tar.gz
postgresql-918e02a221db1ee40d545cb05dc9d8d392b4b743.zip
Improve type conversion of SPI_processed in Python
The previous code converted SPI_processed to a Python float if it didn't fit into a Python int. But Python longs have unlimited precision, so use that instead in all cases. As in eee50a8d4c389171ad5180568a7221f7e9b28f09, we use the Python LongLong API unconditionally for simplicity. Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Diffstat (limited to 'src/backend/commands/functioncmds.c')
0 files changed, 0 insertions, 0 deletions