Skip to content

Commit 41dcc65

Browse files
committed
Rename the uninstall scripts for contrib/lo and contrib/tsearch2 to
match the convention that foo's uninstall script is uninstall_foo.sql. Also, stop installing lo_test.sql, which really ought to be made into a regression test anyway (though it's unclear how to avoid a dependency on the current OID counter...)
1 parent 0bdc18d commit 41dcc65

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

contrib/lo/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# $PostgreSQL: pgsql/contrib/lo/Makefile,v 1.14 2005/09/27 17:13:04 tgl Exp $
1+
# $PostgreSQL: pgsql/contrib/lo/Makefile,v 1.15 2006/09/11 15:14:46 tgl Exp $
22

33
MODULES = lo
44
DATA_built = lo.sql
5-
DATA = lo_drop.sql lo_test.sql
5+
DATA = uninstall_lo.sql
66
DOCS = README.lo
77

88
ifdef USE_PGXS
File renamed without changes.

contrib/tsearch2/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/tsearch2/Makefile,v 1.16 2006/07/15 03:33:14 tgl Exp $
1+
# $PostgreSQL: pgsql/contrib/tsearch2/Makefile,v 1.17 2006/09/11 15:14:46 tgl Exp $
22

33
MODULE_big = tsearch2
44
OBJS = dict_ex.o dict.o snmap.o stopword.o common.o prs_dcfg.o \
@@ -17,7 +17,7 @@ OBJS += $(SUBDIROBJS)
1717
PG_CPPFLAGS = -I$(srcdir)/snowball -I$(srcdir)/ispell -I$(srcdir)/wordparser
1818

1919
DATA = stopword/english.stop stopword/russian.stop stopword/russian.stop.utf8 thesaurus
20-
DATA_built = tsearch2.sql untsearch2.sql
20+
DATA_built = tsearch2.sql uninstall_tsearch2.sql
2121
DOCS = README.tsearch2
2222
REGRESS = tsearch2
2323

@@ -45,7 +45,7 @@ $(SUBDIRS:%=%-recursive):
4545
tsearch2.sql: tsearch.sql.in
4646
sed -e 's,MODULE_PATHNAME,$$libdir/$(MODULE_big),g' $< >$@
4747

48-
untsearch2.sql: untsearch.sql.in
48+
uninstall_tsearch2.sql: untsearch.sql.in
4949
cp $< $@
5050

5151
.PHONY: subclean

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy