From: Daniele Varrazzo Date: Sat, 27 Jan 2024 01:29:32 +0000 (+0000) Subject: docs: add release note about interval overflow fix X-Git-Tag: 3.2.0~92^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F720%2Fhead;p=thirdparty%2Fpsycopg.git docs: add release note about interval overflow fix --- diff --git a/docs/news.rst b/docs/news.rst index 3c8a2e1d3..f42bb29b7 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -34,6 +34,7 @@ Psycopg 3.1.18 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fix possible deadlock on pipeline exit (:ticket:`685`). +- Fix overflow loading large intervals in C module (:ticket:`719`). Current release