-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
39 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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.0.2" | ||
"version": "1.0.3" | ||
} | ||
}, | ||
"prereqs": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
%global sname plpgsql_check | ||
|
||
Name: %{sname}_%{pgmajorversion} | ||
Version: 1.0.2 | ||
Release: 2%{?dist} | ||
Version: 1.0.3 | ||
Release: 1%{?dist} | ||
Summary: Additional tools for plpgsql functions validation | ||
|
||
Group: Applications/Databases | ||
License: BSD | ||
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.2.zip | ||
Source0: plpgsql_check-1.0.2.zip | ||
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.3.zip | ||
Source0: plpgsql_check-1.0.3.zip | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
|
||
BuildRequires: postgresql%{pgmajorversion}-devel | ||
|
@@ -23,7 +23,7 @@ a validity of SQL identifiers used in plpgsql code. It try to identify | |
a performance issues. | ||
|
||
%prep | ||
%setup -q -n %{sname}-1.0.2 | ||
%setup -q -n %{sname}-1.0.3 | ||
|
||
|
||
%build | ||
|
@@ -48,6 +48,10 @@ rm -rf %{buildroot} | |
|
||
|
||
%changelog | ||
* Mon Oct 12 2015 - Pavel STEHULE <[email protected]> 1.0.3-1 | ||
- fix false alarms of unused cursor variables | ||
- fix regress tests | ||
|
||
* Thu Jul 09 2015 - Pavel STEHULE <[email protected]> 1.0.2-2 | ||
- bugfix release | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
%global sname plpgsql_check | ||
|
||
Name: %{sname}_%{pgmajorversion} | ||
Version: 1.0.2 | ||
Release: 2%{?dist} | ||
Version: 1.0.3 | ||
Release: 1%{?dist} | ||
Summary: Additional tools for plpgsql functions validation | ||
|
||
Group: Applications/Databases | ||
License: BSD | ||
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.2.zip | ||
Source0: plpgsql_check-1.0.2.zip | ||
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.3.zip | ||
Source0: plpgsql_check-1.0.3.zip | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
|
||
BuildRequires: postgresql%{pgmajorversion}-devel | ||
|
@@ -23,7 +23,7 @@ a validity of SQL identifiers used in plpgsql code. It try to identify | |
a performance issues. | ||
|
||
%prep | ||
%setup -q -n %{sname}-1.0.2 | ||
%setup -q -n %{sname}-1.0.3 | ||
|
||
|
||
%build | ||
|
@@ -48,6 +48,10 @@ rm -rf %{buildroot} | |
|
||
|
||
%changelog | ||
* Mon Oct 12 2015 - Pavel STEHULE <[email protected]> 1.0.3-1 | ||
- fix false alarms of unused cursor variables | ||
- fix regress tests | ||
|
||
* Thu Jul 09 2015 - Pavel STEHULE <[email protected]> 1.0.2-2 | ||
- bugfix release | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
%global sname plpgsql_check | ||
|
||
Name: %{sname}_%{pgmajorversion} | ||
Version: 1.0.2 | ||
Release: 2%{?dist} | ||
Version: 1.0.3 | ||
Release: 1%{?dist} | ||
Summary: Additional tools for plpgsql functions validation | ||
|
||
Group: Applications/Databases | ||
License: BSD | ||
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.2.zip | ||
Source0: plpgsql_check-1.0.2.zip | ||
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.3.zip | ||
Source0: plpgsql_check-1.0.3.zip | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
|
||
BuildRequires: postgresql%{pgmajorversion}-devel | ||
|
@@ -23,7 +23,7 @@ a validity of SQL identifiers used in plpgsql code. It try to identify | |
a performance issues. | ||
|
||
%prep | ||
%setup -q -n %{sname}-1.0.2 | ||
%setup -q -n %{sname}-1.0.3 | ||
|
||
|
||
%build | ||
|
@@ -48,6 +48,10 @@ rm -rf %{buildroot} | |
|
||
|
||
%changelog | ||
* Mon Oct 12 2015 - Pavel STEHULE <[email protected]> 1.0.3-1 | ||
- fix false alarms of unused cursor variables | ||
- fix regress tests | ||
|
||
* Thu Jul 09 2015 - Pavel STEHULE <[email protected]> 1.0.2-2 | ||
- bugfix release | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
%global sname plpgsql_check | ||
|
||
Name: %{sname}_%{pgmajorversion} | ||
Version: 1.0.2 | ||
Release: 2%{?dist} | ||
Version: 1.0.3 | ||
Release: 1%{?dist} | ||
Summary: Additional tools for plpgsql functions validation | ||
|
||
Group: Applications/Databases | ||
License: BSD | ||
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.2.zip | ||
Source0: plpgsql_check-1.0.2.zip | ||
URL: https://github.com/okbob/plpgsql_check/archive/v1.0.3.zip | ||
Source0: plpgsql_check-1.0.3.zip | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
|
||
BuildRequires: postgresql%{pgmajorversion}-devel | ||
|
@@ -23,7 +23,7 @@ a validity of SQL identifiers used in plpgsql code. It try to identify | |
a performance issues. | ||
|
||
%prep | ||
%setup -q -n %{sname}-1.0.2 | ||
%setup -q -n %{sname}-1.0.3 | ||
|
||
|
||
%build | ||
|
@@ -48,6 +48,10 @@ rm -rf %{buildroot} | |
|
||
|
||
%changelog | ||
* Mon Oct 12 2015 - Pavel STEHULE <[email protected]> 1.0.3-1 | ||
- fix false alarms of unused cursor variables | ||
- fix regress tests | ||
|
||
* Thu Jul 09 2015 - Pavel STEHULE <[email protected]> 1.0.2-2 | ||
- bugfix release | ||
|
||
|