Skip to content

Commit 39a9241

Browse files
author
oonishitk
committed
Update for minor verion up 1.0.2
1 parent d157d12 commit 39a9241

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dblink_plus/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright (c) 2011-2014, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
#
66
MODULE_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
88
DATA = uninstall_dblink_plus.sql
99
OBJS = dblink.o dblink_postgres.o
1010

@@ -50,8 +50,8 @@ SHLIB_LINK += -L$(ORACLE_HOME)/lib -lclntsh
5050
endif
5151
endif
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

5656
standbycheck: all
5757
$(pg_regress_installcheck) --schedule=standby_schedule --use-existing --dbname=contrib_regression --port=$(PGPORT)

dblink_plus/dblink_plus.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# intarray extension
22
comment = 'Connect to external database server, and then run the SQL'
3-
default_version = '1.0.1'
3+
default_version = '1.0.2'
44
module_pathname = '$libdir/dblink_plus'
55
relocatable = true

0 commit comments

Comments
 (0)