Patch to make int8 values work inside plpython functions - Mailing list pgsql-patches

From Bradley McLean
Subject Patch to make int8 values work inside plpython functions
Date
Msg-id 20011003144828.A23574@bradm.net
Whole thread Raw
Responses Re: Patch to make int8 values work inside plpython functions  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Patch to make int8 values work inside plpython functions  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
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.

-Brad

Attachment

pgsql-patches by date:

Previous
From: "James A. Pattie"
Date:
Subject: RPM Spec problems & patch
Next
From: "Dave Cramer"
Date:
Subject: Patch for handling unknown data types in jdbc driver