File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44# Copyright (c) 2011-2014, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55#
66MODULE_big = dblink_plus
7- DATA_built = dblink_plus.sql dblink_plus--1.0.1 .sql
7+ DATA_built = dblink_plus.sql dblink_plus--1.0.2 .sql
88DATA = uninstall_dblink_plus.sql
99OBJS = dblink.o dblink_postgres.o
1010
@@ -50,8 +50,8 @@ SHLIB_LINK += -L$(ORACLE_HOME)/lib -lclntsh
5050endif
5151endif
5252
53- dblink_plus--1.0.1 .sql :
54- head -n -2 dblink_plus.sql.in | tail -n +4 > dblink_plus--1.0.1 .sql
53+ dblink_plus--1.0.2 .sql :
54+ head -n -2 dblink_plus.sql.in | tail -n +4 > dblink_plus--1.0.2 .sql
5555
5656standbycheck : all
5757 $(pg_regress_installcheck ) --schedule=standby_schedule --use-existing --dbname=contrib_regression --port=$(PGPORT )
Original file line number Diff line number Diff line change 11# intarray extension
22comment = 'Connect to external database server, and then run the SQL'
3- default_version = '1.0.1 '
3+ default_version = '1.0.2 '
44module_pathname = '$libdir/dblink_plus'
55relocatable = true
You can’t perform that action at this time.
0 commit comments