From 08d28df63a35680d2c04f6a05a8c1825f20195d1 Mon Sep 17 00:00:00 2001 From: schmiddy Date: Thu, 22 May 2014 23:36:06 -0400 Subject: [PATCH] Add note urging users to upgrade due to Issue #23. --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 87c496e..c5299be 100644 --- a/README.rst +++ b/README.rst @@ -17,11 +17,16 @@ CLUSTER directly. Please check the documentation (in the ``doc`` directory or online_) for installation and usage instructions. +All users of pg_reorg 1.1.9 or earlier, and pg_repack 1.2.0-beta1 or earlier, +are **urged to upgrade** to the latest pg_repack version to fix a serious +data corruption issue_. + .. _pg_repack: http://reorg.github.com/pg_repack .. _CLUSTER: http://www.postgresql.org/docs/current/static/sql-cluster.html .. _VACUUM FULL: VACUUM_ .. _VACUUM: http://www.postgresql.org/docs/current/static/sql-vacuum.html .. _online: pg_repack_ +.. _issue: https://github.com/reorg/pg_repack/issues/23 What about pg_reorg?