Diff for reindexdb
This small patch adds a Makefile for /contrib/reindexdb/ and renames the README to README.reindexdb.
Regards,
Mario Weilguni
Attachments:
diff.reindexdbtext/x-diff; charset=iso-8859-1; name=diff.reindexdbDownload
diff -Nur postgresql-7.3b2.orig/contrib/reindexdb/Makefile postgresql-7.3b2/contrib/reindexdb/Makefile
--- postgresql-7.3b2.orig/contrib/reindexdb/Makefile 1970-01-01 01:00:00.000000000 +0100
+++ postgresql-7.3b2/contrib/reindexdb/Makefile 2002-10-02 18:21:44.000000000 +0200
@@ -0,0 +1,12 @@
+subdir = contrib/reindexdb
+top_builddir = ../..
+include $(top_builddir)/src/Makefile.global
+
+SCRIPTS = reindexdb
+
+PG_CPPFLAGS = -I$(libpq_srcdir)
+PG_LIBS = $(libpq)
+
+DOCS = README.reindexdb
+
+include $(top_srcdir)/contrib/contrib-global.mk
diff -Nur postgresql-7.3b2.orig/contrib/reindexdb/README postgresql-7.3b2/contrib/reindexdb/README
--- postgresql-7.3b2.orig/contrib/reindexdb/README 2002-06-23 05:51:55.000000000 +0200
+++ postgresql-7.3b2/contrib/reindexdb/README 1970-01-01 01:00:00.000000000 +0100
@@ -1,9 +0,0 @@
-
- reindexdb
-
-Indexes are known to grow over time. Being as vacuum doesn't slow or
-clean up after this growth, and there is no command to reindex all tables
-in a database, it made sense to construct this utility to do it.
-
-Shaun Thomas <sthomas@townnews.com>
-
diff -Nur postgresql-7.3b2.orig/contrib/reindexdb/README.reindexdb postgresql-7.3b2/contrib/reindexdb/README.reindexdb
--- postgresql-7.3b2.orig/contrib/reindexdb/README.reindexdb 1970-01-01 01:00:00.000000000 +0100
+++ postgresql-7.3b2/contrib/reindexdb/README.reindexdb 2002-06-23 05:51:55.000000000 +0200
@@ -0,0 +1,9 @@
+
+ reindexdb
+
+Indexes are known to grow over time. Being as vacuum doesn't slow or
+clean up after this growth, and there is no command to reindex all tables
+in a database, it made sense to construct this utility to do it.
+
+Shaun Thomas <sthomas@townnews.com>
+
Your patch has been added to the PostgreSQL unapplied patches list at:
http://candle.pha.pa.us/cgi-bin/pgpatches
I will try to apply it within the next 48 hours.
---------------------------------------------------------------------------
Mario Weilguni wrote:
This small patch adds a Makefile for /contrib/reindexdb/ and renames the README to README.reindexdb.
Regards,
Mario Weilguni
[ Attachment, skipping... ]
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
Patch applied. Thanks.
---------------------------------------------------------------------------
Mario Weilguni wrote:
This small patch adds a Makefile for /contrib/reindexdb/ and renames the README to README.reindexdb.
Regards,
Mario Weilguni
[ Attachment, skipping... ]
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073