Skip to content

Commit 85e9a5a

Browse files
committed
Move reindexdb from /contrib to /bin.
Euler Taveira de Oliveira
1 parent 2ea44d1 commit 85e9a5a

File tree

10 files changed

+656
-273
lines changed

10 files changed

+656
-273
lines changed

contrib/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/Makefile,v 1.58 2005/07/29 14:46:55 momjian Exp $
1+
# $PostgreSQL: pgsql/contrib/Makefile,v 1.59 2005/07/29 15:13:10 momjian Exp $
22

33
subdir = contrib
44
top_builddir = ..
@@ -39,7 +39,6 @@ WANTED_DIRS = \
3939
# mSQL-interface \ (requires msql installed)
4040
# mac \ (does not have a makefile)
4141
# oracle \ (does not have a makefile)
42-
# reindexdb \ (does not have a makefile)
4342
# start-scripts \ (does not have a makefile)
4443
# xml2 \ (non-standard makefile)
4544

contrib/README

-4
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ pgstattuple -
128128
space within a table
129129
by Tatsuo Ishii <[email protected]>
130130

131-
reindexdb -
132-
Reindexes a database
133-
by Shaun Thomas <[email protected]>
134-
135131
seg -
136132
Confidence-interval datatype (GiST indexing example)
137133
by Gene Selkov, Jr. <[email protected]>

contrib/reindexdb/README

-9
This file was deleted.

contrib/reindexdb/reindexdb

-252
This file was deleted.

doc/src/sgml/ref/allfiles.sgml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.65 2005/07/26 23:24:02 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.66 2005/07/29 15:13:11 momjian Exp $
33
PostgreSQL documentation
44
Complete list of usable sgml source files in this directory.
55
-->
@@ -136,4 +136,5 @@ Complete list of usable sgml source files in this directory.
136136
<!entity postgres system "postgres-ref.sgml">
137137
<!entity postmaster system "postmaster.sgml">
138138
<!entity psqlRef system "psql-ref.sgml">
139+
<!entity reindexdb system "reindexdb.sgml">
139140
<!entity vacuumdb system "vacuumdb.sgml">

0 commit comments

Comments
 (0)