Re: BUG #16071: Server crashes when 'numeric' data type is used on any plpython Function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: isaac(dot)open(at)gmail(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16071: Server crashes when 'numeric' data type is used on any plpython Function
Date: 2019-10-21 15:00:56
Message-ID: 4695.1571670056@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> # Steps to Reproduce
> Install extension plpython3u
> Create function using data type numeric as an input, may be unique input or
> in combination with other data types.
> Use Function in query such as SELECT or UPDATE.

Hm. The given test case works fine for me, using python 3.7.4
on a Fedora 30 installation. I suspect some oddness in your
python installation, maybe there are unusual components in it?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2019-10-21 19:42:37 Re: Incorrect rounding of double values at max precision
Previous Message Tom Lane 2019-10-21 14:20:53 Re: Re: Re: BUG #16068: Collate of 'Norwegian Bokmål' is problematic