Skip to content

Commit 3ea7f93

Browse files
committed
prepare for release 1.7.3
1 parent ca4bbd3 commit 3ea7f93

8 files changed

+29
-8
lines changed

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "plpgsql_check",
33
"abstract": "Additional tools for plpgsql functions validation",
44
"description": "The plpgsql_check is PostgreSQL extension with functionality for direct or indirect extra validation of functions in plpgsql language. It verifies a validity of SQL identifiers used in plpgsql code. It try to identify a performance issues. Modern versions has integrated profiler. The table and function dependencies can be displayed",
5-
"version": "1.7.1",
5+
"version": "1.7.3",
66
"maintainer": "Pavel STEHULE <pavel.stehule@gmail.com>",
77
"license": "bsd",
88
"provides": {

postgresql10-plpgsql_check.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

55
Name: %{sname}_%{pgmajorversion}
6-
Version: 1.7.2
6+
Version: 1.7.3
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

@@ -46,6 +46,9 @@ rm -rf %{buildroot}
4646
%{pginstdir}/share/extension/plpgsql_check.control
4747

4848
%changelog
49+
* Wed Jul 24 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.3
50+
- profiler bugfixes
51+
4952
* Tue May 21 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.2
5053
- profiler bugfixes
5154

postgresql11-plpgsql_check.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

55
Name: %{sname}_%{pgmajorversion}
6-
Version: 1.7.2
6+
Version: 1.7.3
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

@@ -47,6 +47,9 @@ rm -rf %{buildroot}
4747
%{pginstdir}/share/extension/plpgsql_check.control
4848

4949
%changelog
50+
* Wed Jul 24 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.3
51+
- profiler bugfixes
52+
5053
* Tue May 21 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.2
5154
- profiler bugfixes
5255

postgresql12-plpgsql_check.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

55
Name: %{sname}_%{pgmajorversion}
6-
Version: 1.7.2
6+
Version: 1.7.3
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

@@ -47,6 +47,9 @@ rm -rf %{buildroot}
4747
%{pginstdir}/share/extension/plpgsql_check.control
4848

4949
%changelog
50+
* Wed Jul 24 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.3
51+
- profiler bugfixes
52+
5053
* Tue May 21 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.2
5154
- profiler bugfixes
5255

postgresql13-plpgsql_check.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

55
Name: %{sname}_%{pgmajorversion}
6-
Version: 1.7.2
6+
Version: 1.7.3
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

@@ -47,6 +47,9 @@ rm -rf %{buildroot}
4747
%{pginstdir}/share/extension/plpgsql_check.control
4848

4949
%changelog
50+
* Wed Jul 24 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.3
51+
- profiler bugfixes
52+
5053
* Tue May 21 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.2
5154
- profiler bugfixes
5255

postgresql94-plpgsql_check.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

55
Name: %{sname}_%{pgmajorversion}
6-
Version: 1.7.2
6+
Version: 1.7.3
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

@@ -47,6 +47,9 @@ rm -rf %{buildroot}
4747
%{pginstdir}/share/extension/plpgsql_check.control
4848

4949
%changelog
50+
* Wed Jul 24 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.3
51+
- profiler bugfixes
52+
5053
* Tue May 21 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.2
5154
- profiler bugfixes
5255

postgresql95-plpgsql_check.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

55
Name: %{sname}_%{pgmajorversion}
6-
Version: 1.7.2
6+
Version: 1.7.3
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

@@ -47,6 +47,9 @@ rm -rf %{buildroot}
4747
%{pginstdir}/share/extension/plpgsql_check.control
4848

4949
%changelog
50+
* Wed Jul 24 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.3
51+
- profiler bugfixes
52+
5053
* Tue May 21 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.2
5154
- profiler bugfixes
5255

postgresql96-plpgsql_check.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

55
Name: %{sname}_%{pgmajorversion}
6-
Version: 1.7.2
6+
Version: 1.7.3
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

@@ -47,6 +47,9 @@ rm -rf %{buildroot}
4747
%{pginstdir}/share/extension/plpgsql_check.control
4848

4949
%changelog
50+
* Wed Jul 24 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.3
51+
- profiler bugfixes
52+
5053
* Tue May 21 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.2
5154
- profiler bugfixes
5255

0 commit comments

Comments
 (0)