Patch to make int8 values work inside plpython functions

From: Bradley McLean <brad(at)bradm(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: Patch to make int8 values work inside plpython functions
Date: 2001-10-03 18:48:28
Message-ID: 20011003144828.A23574@bradm.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
plpybug.patch text/plain 1.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Cramer 2001-10-03 18:57:14 Patch for handling unknown data types in jdbc driver
Previous Message James A. Pattie 2001-10-03 18:03:03 RPM Spec problems & patch