Using strtol() on int8 values (input parameters or result sets) in

Bruce Momjian <bruce@momjian.us>

Commit: 96471bf1068ae757b988aa7678a70b1bb953ea66
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-10-04T15:45:49Z
Releases: 7.2.1
Using strtol() on int8 values (input parameters or result sets) in
plpython would result in numeric overflows causing the backend to
terminate abruptly.

This patch fixes it.

Bradley McLean

Files

PathChange+/−
src/pl/plpython/plpython.c modified +13 −2