Re: BUG #16071: Server crashes when 'numeric' data type is used on any plpython Function - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #16071: Server crashes when 'numeric' data type is used on any plpython Function
Date
Msg-id 4695.1571670056@sss.pgh.pa.us
Whole thread Raw
In response to BUG #16071: Server crashes when 'numeric' data type is used on any plpython Function  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.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



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: Re: BUG #16068: Collate of 'Norwegian Bokmål' is problematic
Next
From: Tom Lane
Date:
Subject: Re: Incorrect rounding of double values at max precision