@@ -28,21 +28,20 @@ What about pg_reorg?
28
28
--------------------
29
29
30
30
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 _
48
47
.. _pg_reorg : http://reorg.projects.pgfoundry.org/
0 commit comments