File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,11 @@ include $(top_builddir)/src/Makefile.global
23
23
include $(top_srcdir ) /contrib/contrib-global.mk
24
24
endif
25
25
26
- fulleq--1.0.sql : fulleq--1.0.sql.in
27
- echo ' BEGIN; ' > $@
26
+ fulleq--1.0.sql : fulleq--1.0.sql.in.in
27
+ echo ' \echo Use "CREATE EXTENSION fulleq" to load this file. \quit ' > $@
28
28
echo ' SET search_path = public;' >> $@
29
29
for type in $( ARGTYPE) ; \
30
30
do \
31
31
sed -e " s/ARGTYPE/$$ type/g" < $< >> $@ ; \
32
32
done
33
- echo ' COMMIT;' >> $@
34
33
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ MODULE_big = mchar
2
2
OBJS = mchar_io.o mchar_proc.o mchar_op.o mchar_recode.o \
3
3
mchar_like.o
4
4
EXTENSION = mchar
5
- DATA = mchar--1.0.sql uninstall_mchar--1.0.sql
5
+ DATA = mchar--1.0.sql
6
6
DOCS = README.mchar
7
7
REGRESS = init mchar mvarchar mm like compat
8
8
PGFIELDDESC = "mchar - mchar type implementation"
You can’t perform that action at this time.
0 commit comments