Using strtol() on int8 values (input parameters or result sets) in
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/plpython.c | modified | +13 −2 |