Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41dcc65

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 intoa regression test anyway (though it's unclear how to avoid a dependencyon the current OID counter...)
1 parent0bdc18d commit41dcc65

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎contrib/lo/Makefile

Lines changed: 2 additions & 2 deletions
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
ifdefUSE_PGXS
File renamed without changes.

‎contrib/tsearch2/Makefile

Lines changed: 3 additions & 3 deletions
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.sqluntsearch2.sql
20+
DATA_built = tsearch2.sqluninstall_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)

[8]ページ先頭

©2009-2025 Movatter.jp