Skip to content

Commit

Permalink
prepare for 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
okbob committed Apr 27, 2020
1 parent 2e9d4bd commit a896e48
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "plpgsql_check",
"abstract": "Additional tools for plpgsql functions validation",
"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",
"version": "1.9.0",
"version": "1.9.1",
"maintainer": "Pavel STEHULE <[email protected]>",
"license": "bsd",
"provides": {
"plpgsql_check": {
"abstract": "Additional tools for plpgsql functions validation",
"file": "sql/plpgsql_check_active.sql",
"docfile": "README.md",
"version": "1.9.0"
"version": "1.9.1"
}
},
"prereqs": {
Expand Down
5 changes: 4 additions & 1 deletion postgresql10-plpgsql_check.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global sname plpgsql_check

Name: %{sname}_%{pgmajorversion}
Version: 1.9.0
Version: 1.9.1
Release: 1%{?dist}
Summary: Additional tools for plpgsql functions validation

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

%changelog
* Mon Apr 27 2020 - Pavel STEHULE <[email protected]> 1.9.1
- minor bugfixes

* Mon Mar 30 2020 - Pavel STEHULE <[email protected]> 1.9.0
- statement and branch coverage metrics
- remove support for Postgres 9.4
Expand Down
5 changes: 4 additions & 1 deletion postgresql11-plpgsql_check.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global sname plpgsql_check

Name: %{sname}_%{pgmajorversion}
Version: 1.9.0
Version: 1.9.1
Release: 1%{?dist}
Summary: Additional tools for plpgsql functions validation

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

%changelog
* Mon Apr 27 2020 - Pavel STEHULE <[email protected]> 1.9.1
- minor bugfixes

* Mon Mar 30 2020 - Pavel STEHULE <[email protected]> 1.9.0
- statement and branch coverage metrics
- remove support for Postgres 9.4
Expand Down
5 changes: 4 additions & 1 deletion postgresql12-plpgsql_check.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global sname plpgsql_check

Name: %{sname}_%{pgmajorversion}
Version: 1.9.0
Version: 1.9.1
Release: 1%{?dist}
Summary: Additional tools for plpgsql functions validation

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

%changelog
* Mon Apr 27 2020 - Pavel STEHULE <[email protected]> 1.9.1
- minor bugfixes

* Mon Mar 30 2020 - Pavel STEHULE <[email protected]> 1.9.0
- statement and branch coverage metrics
- remove support for Postgres 9.4
Expand Down
5 changes: 4 additions & 1 deletion postgresql13-plpgsql_check.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global sname plpgsql_check

Name: %{sname}_%{pgmajorversion}
Version: 1.9.0
Version: 1.9.1
Release: 1%{?dist}
Summary: Additional tools for plpgsql functions validation

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

%changelog
* Mon Apr 27 2020 - Pavel STEHULE <[email protected]> 1.9.1
- minor bugfixes

* Mon Mar 30 2020 - Pavel STEHULE <[email protected]> 1.9.0
- statement and branch coverage metrics
- remove support for Postgres 9.4
Expand Down
5 changes: 4 additions & 1 deletion postgresql95-plpgsql_check.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global sname plpgsql_check

Name: %{sname}_%{pgmajorversion}
Version: 1.9.0
Version: 1.9.1
Release: 1%{?dist}
Summary: Additional tools for plpgsql functions validation

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

%changelog
* Mon Apr 27 2020 - Pavel STEHULE <[email protected]> 1.9.1
- minor bugfixes

* Mon Mar 30 2020 - Pavel STEHULE <[email protected]> 1.9.0
- statement and branch coverage metrics
- remove support for Postgres 9.4
Expand Down
5 changes: 4 additions & 1 deletion postgresql96-plpgsql_check.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global sname plpgsql_check

Name: %{sname}_%{pgmajorversion}
Version: 1.9.0
Version: 1.9.1
Release: 1%{?dist}
Summary: Additional tools for plpgsql functions validation

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

%changelog
* Mon Apr 27 2020 - Pavel STEHULE <[email protected]> 1.9.1
- minor bugfixes

* Mon Mar 30 2020 - Pavel STEHULE <[email protected]> 1.9.0
- statement and branch coverage metrics
- remove support for Postgres 9.4
Expand Down

0 comments on commit a896e48

Please sign in to comment.