summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYugo Nagata2015-07-24 05:44:07 +0000
committerYugo Nagata2015-07-24 05:44:07 +0000
commitd2841ab99df94c5d44b07daa694b060076e2ea9d (patch)
treea03b26cdcdc39206ee6da9ac54bce6835f03f450
parent8ec60b31d91051a8d1c29e7853f7cbfef727c1e2 (diff)
Prepare 3.0.19V3_0_19
-rw-r--r--NEWS23
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--doc/pgpool-ja.html25
4 files changed, 50 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7413e41f1..c1debc29b 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,29 @@
3.0 Series (2010/09/10 - )
===============================================================================
+ 3.0.19 (umiyameboshi) 2015/07/24
+
+* Version 3.0.19
+
+ This is a bugfix release against pgpool-II 3.0.18.
+
+ __________________________________________________________________
+
+* Bug fixes
+
+ - Fix "cannot find xlog functions" error in pgpool-recovery
+ (Muhammad Usama)
+
+ The argument data type of PostgreSQL's pg_xlogfile_name() function
+ has been changed from text to pg_lsn since PostgreSQL 9.4. And
+ pgpool-recovery was still trying to locate the function by old
+ signature.
+
+ - Do not send a query for checking insert lock in non replication mode
+ with extended query (Tatsuo Ishii)
+
+===============================================================================
+
3.0.18 (umiyameboshi) 2015/04/08
* Version 3.0.18
diff --git a/configure b/configure
index 4f2f79b78..83d27b679 100755
--- a/configure
+++ b/configure
@@ -3932,7 +3932,7 @@ fi
# Define the identity of the package.
PACKAGE=pgpool-II
- VERSION=3.0.18
+ VERSION=3.0.19
cat >>confdefs.h <<_ACEOF
diff --git a/configure.in b/configure.in
index 7f6b56e0e..333afecd0 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_INIT
dnl Checks for programs.
AC_PROG_CC
-AM_INIT_AUTOMAKE(pgpool-II, 3.0.18)
+AM_INIT_AUTOMAKE(pgpool-II, 3.0.19)
AC_PROG_RANLIB
AC_PROG_LIBTOOL
AC_CONFIG_MACRO_DIR([m4])
diff --git a/doc/pgpool-ja.html b/doc/pgpool-ja.html
index 178924b1d..b8f22192f 100644
--- a/doc/pgpool-ja.html
+++ b/doc/pgpool-ja.html
@@ -3488,6 +3488,31 @@ avgはsum/countとして処理されます。</p>
<!-- ================================================================================ -->
<!-- -------------------------------------------------------------------------------- -->
+<h2><a name="release3.0.19"></a>3.0.19 (umiyameboshi) 2015/07/24</h2>
+<!-- -------------------------------------------------------------------------------- -->
+
+<h3>概要</h3>
+<p>
+このバージョンは 3.0.18 に対するバグ修正リリースです。
+</p>
+
+<h3>バグ修正</h3>
+<ul>
+
+<li>
+ pgpool-recovery の "cannot find xlog functions" エラーを修正しました。(Muhammad Usama)
+ <p>
+ PostgreSQL 9.4 より、PostgreSQL の pg_xlogfile_name() 関数の引数型はtext からpg_lsn に変更されていますが、pgpool-recovery は依然として古いシグネチャで関数を配置しようとしていました。
+ </p>
+</li>
+
+<li>
+ 拡張問い合わせクエリで、レプリケーションモード以外の場合には、insertlock をチェックするクエリを送信しないようになりました。(Tatsuo Ishii)
+</li>
+
+</ul>
+
+<!-- -------------------------------------------------------------------------------- -->
<h2><a name="release3.0.18"></a>3.0.18 (umiyameboshi) 2015/04/08</h2>
<!-- -------------------------------------------------------------------------------- -->