From ec28c2772fb00c1c078b8411e0156f0c5db0665c Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 15 Nov 2012 00:19:29 +0000 Subject: [PATCH] Mention partial index issue fixed in docs --- doc/pg_repack.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/pg_repack.rst b/doc/pg_repack.rst index 259aad8..b715129 100644 --- a/doc/pg_repack.rst +++ b/doc/pg_repack.rst @@ -350,6 +350,7 @@ Releases * Bugfix: Properly escape column names (pg_reorg issue #6). * Bugfix: Avoid recreating invalid indexes, or choosing them as key (pg_reorg issue #9). + * Bugfix: Never choose a partial index as primary key (pg_reorg issue #22). * pg_reorg 1.1.7 (2011-08-07)