Re: [HACKERS] Diff for reindexdb

2002-10-03 Thread Bruce Momjian


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 [EMAIL PROTECTED] so that your
> message can get through to the mailing list cleanly

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster



Re: [HACKERS] Diff for reindexdb

2002-10-02 Thread Bruce Momjian


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 [EMAIL PROTECTED] so that your
> message can get through to the mailing list cleanly

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 6: Have you searched our list archives?

http://archives.postgresql.org



[HACKERS] Diff for reindexdb

2002-10-02 Thread Mario Weilguni

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.0 +0100
+++ postgresql-7.3b2/contrib/reindexdb/Makefile	2002-10-02 18:21:44.0 +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.0 +0200
+++ postgresql-7.3b2/contrib/reindexdb/README	1970-01-01 01:00:00.0 +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.0 +0100
+++ postgresql-7.3b2/contrib/reindexdb/README.reindexdb	2002-06-23 05:51:55.0 +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