This small patch adds a Makefile for /contrib/reindexdb/ and renames the README to README.reindexdb.
Regards, Mario Weilguni
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 <[EMAIL PROTECTED]> - 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 <[EMAIL PROTECTED]> +
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly