From 8c6168ef28e4fabfaccde2f5d32c87882e839dc0 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 27 Jan 2024 01:29:32 +0000 Subject: [PATCH] docs: add release note about interval overflow fix --- docs/news.rst | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5