Re: fix crash with Python 3.11 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: fix crash with Python 3.11
Date
Msg-id 3922716.1655991297@sss.pgh.pa.us
Whole thread Raw
In response to Re: fix crash with Python 3.11  (Markus Wanner <markus.wanner@enterprisedb.com>)
Responses Re: fix crash with Python 3.11
List pgsql-hackers
Markus Wanner <markus.wanner@enterprisedb.com> writes:
> Actually, the backport of 2e517818f ("Fix SPI's handling of errors") 
> already broke the API for code using SPICleanup, as that function had 
> been removed. Granted, it's not documented, but still exported.

Under what circumstances would it be OK for outside code to call
SPICleanup?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: Custom tuplesorts for extensions
Next
From: Aleksander Alekseev
Date:
Subject: Re: Pluggable toaster