Skip to content

Commit 112a932

Browse files
committed
prepare for 2.7.14
1 parent 2d73adf commit 112a932

9 files changed

+10
-10
lines changed

META.json

+2-2
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": "2.7.13",
5+
"version": "2.7.14",
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": "2.7.13"
13+
"version": "2.7.14"
1414
}
1515
},
1616
"prereqs": {

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('plpgsql_check', ['c'], version: '2.7.13')
1+
project('plpgsql_check', ['c'], version: '2.7.14')
22

33
pg_config = find_program('pg_config')
44

postgresql12-plpgsql_check.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

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

postgresql13-plpgsql_check.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

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

postgresql14-plpgsql_check.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

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

postgresql15-plpgsql_check.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

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

postgresql16-plpgsql_check.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

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

postgresql17-plpgsql_check.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

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

postgresql18-plpgsql_check.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

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

0 commit comments

Comments
 (0)