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.1.18~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e42bd737be299d5d7b967b1a3260211b72d7b4df;p=thirdparty%2Fpsycopg.git docs: add release note about interval overflow fix --- diff --git a/docs/news.rst b/docs/news.rst index f511a39d3..4e05cefbd 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -14,6 +14,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