From: Daniele Varrazzo Date: Fri, 1 Sep 2023 12:32:51 +0000 (+0100) Subject: docs: mention fix for solaris build X-Git-Tag: pool-3.2.0~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=545c91a71ac6ad54b32466ddbaf860e387ce496e;p=thirdparty%2Fpsycopg.git docs: mention fix for solaris build --- diff --git a/docs/news.rst b/docs/news.rst index b13400710..0c66d8a1f 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -32,6 +32,7 @@ Psycopg 3.1.11 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fix integer overflow in C/binary extension with OID > 2^31 (:ticket:`#630`). +- Fix building on Solaris and derivatives (:ticket:`#632`). - Fix possible lack of critical section guard in async `~AsyncCursor.executemany()`. - Fix missing pipeline fetch in async `~AsyncCursor.scroll()`.