Skip to content

Commit 5d3ec4c

Browse files
authored
Merge pull request #7 from kiskk/dev_dblink_plus_1.0.7
Dev dblink plus 1.0.7
2 parents d46a30a + a5dab9c commit 5d3ec4c

12 files changed

+88
-245
lines changed

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2021, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
1+
Copyright (c) 2011-2022, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
22
# dblink_plus: Makefile
33
#
4-
# Copyright (c) 2011-2021, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
4+
# Copyright (c) 2011-2022, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
#
66
MODULE_big = dblink_plus
7-
DATA_built = dblink_plus.sql dblink_plus--1.0.6.sql
7+
DATA_built = dblink_plus.sql dblink_plus--1.0.7.sql
88
DATA = uninstall_dblink_plus.sql
99
OBJS = dblink.o dblink_postgres.o
1010

@@ -51,8 +51,8 @@ SHLIB_LINK += -L$(ORACLE_HOME)/lib -lclntsh
5151
endif
5252
endif
5353

54-
dblink_plus--1.0.6.sql:
55-
head -n -2 dblink_plus.sql.in | tail -n +4 > dblink_plus--1.0.6.sql
54+
dblink_plus--1.0.7.sql:
55+
head -n -2 dblink_plus.sql.in | tail -n +4 > dblink_plus--1.0.7.sql
5656

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

SPECS/dblink_plus_pg10.spec

Lines changed: 0 additions & 71 deletions
This file was deleted.

SPECS/dblink_plus_pg11_ora.spec

Lines changed: 0 additions & 99 deletions
This file was deleted.

SPECS/dblink_plus_pg12.spec

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPEC file for dblink_plus
2-
# Copyright(C) 2021 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
2+
# Copyright(C) 2022 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
33

44
%define _pgdir /usr/pgsql-12
55
%define _bindir %{_pgdir}/bin
@@ -11,7 +11,7 @@
1111
## Set general information
1212
Summary: PostgreSQL module to connect PostgreSQL/Oracle
1313
Name: dblink_plus
14-
Version: 1.0.6
14+
Version: 1.0.7
1515
Release: 1%{?dist}
1616
License: BSD
1717
Group: Applications/Databases
@@ -35,11 +35,11 @@ Note that this package is available for only PostgreSQL 12.
3535

3636
%package llvmjit
3737
Requires: postgresql12-server, postgresql12-llvmjit
38-
Requires: dblink_plus = 1.0.6
38+
Requires: dblink_plus = 1.0.7
3939
Summary: Just-in-time compilation support for dblink_plus
4040

4141
%description llvmjit
42-
Just-in-time compilation support for dblink_plus 1.0.6
42+
Just-in-time compilation support for dblink_plus 1.0.7
4343

4444
## prework
4545
%prep
@@ -63,7 +63,7 @@ rm -rf %{buildroot}
6363
%{_libdir}/dblink_plus.so
6464
%defattr(0644,root,root)
6565
%{_datadir}/dblink_plus.sql
66-
%{_datadir}/dblink_plus--1.0.6.sql
66+
%{_datadir}/dblink_plus--1.0.7.sql
6767
%{_datadir}/dblink_plus.control
6868
%{_datadir}/uninstall_dblink_plus.sql
6969
%{_datadir}/COPYRIGHT_dblink_plus
@@ -76,6 +76,8 @@ rm -rf %{buildroot}
7676

7777
# History.
7878
%changelog
79+
* Thu Jan 12 2022 - NTT OSS Center <keisuke.kuroda.3862@gmail.com> 1.0.7-1
80+
Support PG14.
7981
* Thu Jan 07 2021 - NTT OSS Center <keisuke.kuroda.3862@gmail.com> 1.0.6-1
8082
Support PG13 and fix how to install bitcode.
8183
* Mon Nov 25 2019 - NTT OSS Center <keisuke.kuroda.3862@gmail.com> 1.0.5-1

SPECS/dblink_plus_pg12_ora.spec

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPEC file for dblink_plus
2-
# Copyright(C) 2021 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
2+
# Copyright(C) 2022 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
33

44
%define _pgdir /usr/pgsql-12
55
%define _bindir %{_pgdir}/bin
@@ -11,7 +11,7 @@
1111
## Set general information
1212
Summary: PostgreSQL module to connect PostgreSQL/Oracle
1313
Name: dblink_plus
14-
Version: 1.0.6
14+
Version: 1.0.7
1515
Release: 1%{?dist}
1616
License: BSD
1717
Group: Applications/Databases
@@ -35,11 +35,11 @@ Note that this package is available for only PostgreSQL 12.
3535

3636
%package llvmjit
3737
Requires: postgresql12-server, postgresql12-llvmjit
38-
Requires: dblink_plus = 1.0.6
38+
Requires: dblink_plus = 1.0.7
3939
Summary: Just-in-time compilation support for dblink_plus
4040

4141
%description llvmjit
42-
Just-in-time compilation support for dblink_plus 1.0.6
42+
Just-in-time compilation support for dblink_plus 1.0.7
4343

4444
## prework
4545
%prep
@@ -63,7 +63,7 @@ rm -rf %{buildroot}
6363
%{_libdir}/dblink_plus.so
6464
%defattr(0644,root,root)
6565
%{_datadir}/dblink_plus.sql
66-
%{_datadir}/dblink_plus--1.0.6.sql
66+
%{_datadir}/dblink_plus--1.0.7.sql
6767
%{_datadir}/dblink_plus.control
6868
%{_datadir}/uninstall_dblink_plus.sql
6969
%{_datadir}/COPYRIGHT_dblink_plus
@@ -76,6 +76,8 @@ rm -rf %{buildroot}
7676

7777
# History.
7878
%changelog
79+
* Thu Jan 12 2022 - NTT OSS Center <keisuke.kuroda.3862@gmail.com> 1.0.7-1
80+
Support PG14.
7981
* Thu Jan 07 2021 - NTT OSS Center <keisuke.kuroda.3862@gmail.com> 1.0.6-1
8082
Support PG13 and fix how to install bitcode.
8183
* Mon Nov 25 2019 - NTT OSS Center <keisuke.kuroda.3862@gmail.com> 1.0.5-1

SPECS/dblink_plus_pg13.spec

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPEC file for dblink_plus
2-
# Copyright(C) 2021 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
2+
# Copyright(C) 2022 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
33

44
%define _pgdir /usr/pgsql-13
55
%define _bindir %{_pgdir}/bin
@@ -11,7 +11,7 @@
1111
## Set general information
1212
Summary: PostgreSQL module to connect PostgreSQL/Oracle
1313
Name: dblink_plus
14-
Version: 1.0.6
14+
Version: 1.0.7
1515
Release: 1%{?dist}
1616
License: BSD
1717
Group: Applications/Databases
@@ -35,11 +35,11 @@ Note that this package is available for only PostgreSQL 13.
3535

3636
%package llvmjit
3737
Requires: postgresql13-server, postgresql13-llvmjit
38-
Requires: dblink_plus = 1.0.6
38+
Requires: dblink_plus = 1.0.7
3939
Summary: Just-in-time compilation support for dblink_plus
4040

4141
%description llvmjit
42-
Just-in-time compilation support for dblink_plus 1.0.6
42+
Just-in-time compilation support for dblink_plus 1.0.7
4343

4444
## prework
4545
%prep
@@ -63,7 +63,7 @@ rm -rf %{buildroot}
6363
%{_libdir}/dblink_plus.so
6464
%defattr(0644,root,root)
6565
%{_datadir}/dblink_plus.sql
66-
%{_datadir}/dblink_plus--1.0.6.sql
66+
%{_datadir}/dblink_plus--1.0.7.sql
6767
%{_datadir}/dblink_plus.control
6868
%{_datadir}/uninstall_dblink_plus.sql
6969
%{_datadir}/COPYRIGHT_dblink_plus
@@ -76,6 +76,8 @@ rm -rf %{buildroot}
7676

7777
# History.
7878
%changelog
79+
* Thu Jan 12 2022 - NTT OSS Center <keisuke.kuroda.3862@gmail.com> 1.0.7-1
80+
Support PG14.
7981
* Thu Jan 07 2021 - NTT OSS Center <keisuke.kuroda.3862@gmail.com> 1.0.6-1
8082
Support PG13 and fix how to install bitcode.
8183
* Mon Nov 25 2019 - NTT OSS Center <keisuke.kuroda.3862@gmail.com> 1.0.5-1

SPECS/dblink_plus_pg13_ora.spec

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPEC file for dblink_plus
2-
# Copyright(C) 2021 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
2+
# Copyright(C) 2022 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
33

44
%define _pgdir /usr/pgsql-13
55
%define _bindir %{_pgdir}/bin
@@ -11,7 +11,7 @@
1111
## Set general information
1212
Summary: PostgreSQL module to connect PostgreSQL/Oracle
1313
Name: dblink_plus
14-
Version: 1.0.6
14+
Version: 1.0.7
1515
Release: 1%{?dist}
1616
License: BSD
1717
Group: Applications/Databases
@@ -35,11 +35,11 @@ Note that this package is available for only PostgreSQL 13.
3535

3636
%package llvmjit
3737
Requires: postgresql13-server, postgresql13-llvmjit
38-
Requires: dblink_plus = 1.0.6
38+
Requires: dblink_plus = 1.0.7
3939
Summary: Just-in-time compilation support for dblink_plus
4040

4141
%description llvmjit
42-
Just-in-time compilation support for dblink_plus 1.0.6
42+
Just-in-time compilation support for dblink_plus 1.0.7
4343

4444
## prework
4545
%prep
@@ -63,7 +63,7 @@ rm -rf %{buildroot}
6363
%{_libdir}/dblink_plus.so
6464
%defattr(0644,root,root)
6565
%{_datadir}/dblink_plus.sql
66-
%{_datadir}/dblink_plus--1.0.6.sql
66+
%{_datadir}/dblink_plus--1.0.7.sql
6767
%{_datadir}/dblink_plus.control
6868
%{_datadir}/uninstall_dblink_plus.sql
6969
%{_datadir}/COPYRIGHT_dblink_plus
@@ -76,6 +76,8 @@ rm -rf %{buildroot}
7676

7777
# History.
7878
%changelog
79+
* Thu Jan 12 2022 - NTT OSS Center <keisuke.kuroda.3862@gmail.com> 1.0.7-1
80+
Support PG14.
7981
* Thu Jan 07 2021 - NTT OSS Center <keisuke.kuroda.3862@gmail.com> 1.0.6-1
8082
Support PG13 and fix how to install bitcode.
8183
* Mon Nov 25 2019 - NTT OSS Center <keisuke.kuroda.3862@gmail.com> 1.0.5-1

0 commit comments

Comments
 (0)