diff options
| author | Tom Lane | 2005-06-23 02:33:28 +0000 |
|---|---|---|
| committer | Tom Lane | 2005-06-23 02:33:28 +0000 |
| commit | 2f5c47e882d9cda2395223d01d3d93611b1dfe77 (patch) | |
| tree | 35b5a6ed5ce1fbf7b4f711604f66e1a538f5dd75 /contrib/Makefile | |
| parent | 5b0c9d3603b027e022b8a0ebd4c492469a5d1633 (diff) | |
Move findoidjoins out of contrib and into src/tools, which is a more
logical place for it since it is of no use to users. Per recent
discussions on cleaning up contrib.
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 893a2c6e0b9..0641b50872d 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.55 2005/06/22 22:56:25 tgl Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.56 2005/06/23 02:33:25 tgl Exp $ subdir = contrib top_builddir = .. @@ -13,7 +13,6 @@ WANTED_DIRS = \ dbmirror \ dbsize \ earthdistance \ - findoidjoins \ fulltextindex \ fuzzystrmatch \ intagg \ |
