Re: Patch to make int8 values work inside plpython functions

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bradley McLean <brad(at)bradm(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Patch to make int8 values work inside plpython functions
Date: 2001-10-04 15:45:47
Message-ID: 200110041545.f94Fjli14206@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-10-04 15:46:45 Re: Patch for handling unknown data types in jdbc driver
Previous Message Bruce Momjian 2001-10-04 15:44:11 Re: Simplified Chinese translation file for nls support