Skip to content

Commit acfbcfa

Browse files
committed
prepare for 1.7.1
1 parent 367fc55 commit acfbcfa

7 files changed

+26
-8
lines changed

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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.0",
5+
"version": "1.7.1",
66
"maintainer": "Pavel STEHULE <pavel.stehule@gmail.com>",
77
"license": "bsd",
88
"provides": {
99
"plpgsql_check": {
1010
"abstract": "Additional tools for plpgsql functions validation",
1111
"file": "sql/plpgsql_check_active.sql",
1212
"docfile": "README.md",
13-
"version": "1.7.0"
13+
"version": "1.7.1"
1414
}
1515
},
1616
"prereqs": {

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.5.0
6+
Version: 1.7.1
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+
* Fri Apr 26 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.1
50+
- bugfixes
51+
4952
* Wed Apr 17 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.0
5053
- check of format of fmt string of "format" function
5154
- better check of dynamic SQL when it is const string

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.5.0
6+
Version: 1.7.1
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+
* Fri Apr 26 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.1
51+
- bugfixes
52+
5053
* Wed Apr 17 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.0
5154
- check of format of fmt string of "format" function
5255
- better check of dynamic SQL when it is const string

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.5.0
6+
Version: 1.7.1
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+
* Fri Apr 26 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.1
51+
- bugfixes
52+
5053
* Wed Apr 17 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.0
5154
- check of format of fmt string of "format" function
5255
- better check of dynamic SQL when it is const string

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.5.0
6+
Version: 1.7.1
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+
* Fri Apr 26 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.1
51+
- bugfixes
52+
5053
* Wed Apr 17 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.0
5154
- check of format of fmt string of "format" function
5255
- better check of dynamic SQL when it is const string

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.5.0
6+
Version: 1.7.1
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+
* Fri Apr 26 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.1
51+
- bugfixes
52+
5053
* Wed Apr 17 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.0
5154
- check of format of fmt string of "format" function
5255
- better check of dynamic SQL when it is const string

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.5.0
6+
Version: 1.7.1
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+
* Fri Apr 26 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.1
51+
- bugfixes
52+
5053
* Wed Apr 17 2019 - Pavel STEHULE <pavel.stehule@gmail.com> 1.7.0
5154
- check of format of fmt string of "format" function
5255
- better check of dynamic SQL when it is const string

0 commit comments

Comments
 (0)