Skip to content

Commit 81c99de

Browse files
committed
README updated with pg_repack 1.1/1.2 differences
1 parent 7487a77 commit 81c99de

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

README.rst

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,20 @@ What about pg_reorg?
2828
--------------------
2929

3030
pg_repack is a fork of the pg_reorg_ project, which has proven hugely
31-
successful. Unfortunately the last version of pg_reorg was 1.1.7, released
32-
in Aug. 2011, and development of the project has stagnated since then. The
33-
first release of pg_repack contains many key improvements which have been
34-
missing from pg_reorg (e.g. support for PostgreSQL 9.2, and EXTENSION
35-
packaging).
36-
37-
In an effort to make the transition for existing pg_reorg users simple, and
38-
facilitate a possible merge back with pg_reorg, we are releasing
39-
pg_repack 1.1.8 as a drop-in replacement for pg_reorg, addressing the
40-
pg_reorg 1.1.7 bugs and shortcomings. We are also developing new features
41-
to be released in an upcoming 1.2 version. pg_repack may be an interim
42-
solution, should the pg_reorg project come back to life.
43-
44-
In the meantime, we thank the original pg_reorg authors for the quality code
45-
they have released to the community, wish them good luck, and hope to
46-
collaborate further in the future.
47-
31+
successful. Unfortunately development appears to have stopped after the
32+
release of the version 1.1.7, around August 2011.
33+
34+
pg_repack 1.1.8 was released as a drop-in replacement for pg_reorg, addressing
35+
some of the shortcomings of the last pg_reorg version (such as support for
36+
PostgreSQL 9.2 and EXTENSION packaging) and known bugs. Shortly after the
37+
first pg_repack release, pg_reorg 1.1.8 was released too, merging all the
38+
pg_repack changes. Version 1.1.8 is the last pg_reorg release at the time of
39+
writing.
40+
41+
pg_repack 1.2 is a new development line based on the original pg_reorg
42+
codebase and offering new features. Its behaviour may be different from the
43+
1.1.x release so it shouldn't be considered a drop-in replacement: you are
44+
advised to check the documentation__ before upgrading from previous versions.
45+
46+
.. __: pg_repack_
4847
.. _pg_reorg: http://reorg.projects.pgfoundry.org/

0 commit comments

Comments
 (0)