From aad43aa1ae17c8e2e87baea6f8a444f30979e204 Mon Sep 17 00:00:00 2001 From: Takahiro Itagaki Date: Sun, 7 Aug 2011 04:20:23 +0000 Subject: [PATCH] version 1.1.7. Supports 9.2dev. --- bin/pg_reorg.c | 2 +- doc/pg_reorg-ja.html | 11 ++++++++++- doc/pg_reorg.html | 10 +++++++++- lib/pgut/pgut-be.c | 23 +++++++++++++++++++++-- lib/pgut/pgut-be.h | 25 ++++++++++++++++++++++--- lib/reorg.c | 1 + 6 files changed, 64 insertions(+), 8 deletions(-) diff --git a/bin/pg_reorg.c b/bin/pg_reorg.c index 55c42fc..afd9bba 100755 --- a/bin/pg_reorg.c +++ b/bin/pg_reorg.c @@ -9,7 +9,7 @@ * @brief Client Modules */ -const char *PROGRAM_VERSION = "1.1.6"; +const char *PROGRAM_VERSION = "1.1.7"; const char *PROGRAM_URL = "http://reorg.projects.postgresql.org/"; const char *PROGRAM_EMAIL = "reorg-general@lists.pgfoundry.org"; diff --git a/doc/pg_reorg-ja.html b/doc/pg_reorg-ja.html index 652920b..d6c7bb1 100755 --- a/doc/pg_reorg-ja.html +++ b/doc/pg_reorg-ja.html @@ -8,7 +8,7 @@ -

pg_reorg 1.1.6

+

pg_reorg 1.1.7

@@ -320,6 +321,14 @@ $ psql -f $PGSHARE/contrib/pg_reorg.sql -d your_database
処理対象のテーブル、インデックスサイズの2倍以上のディスク空き容量 (対象が1GBならば、さらに追加で2GB)
+

更新履歴

+ +

関連項目

clusterdb, vacuumdb diff --git a/doc/pg_reorg.html b/doc/pg_reorg.html index 88da6f8..0dcfeb4 100755 --- a/doc/pg_reorg.html +++ b/doc/pg_reorg.html @@ -8,7 +8,7 @@ -

pg_reorg 1.1.6

+

pg_reorg 1.1.7