• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョンb246b68359cfe9b1b9466169489a5dd8e5028e31 (tree)
日時2014-11-14 09:56:13
作者Kyotaro Horiguchi <horiguchi.kyotaro@oss....>
コミッターKyotaro Horiguchi

ログメッセージ

default_version of pg_dbms_stats.control is corrected.

変更サマリ

差分

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
1+2014-11-06 Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
2+ * pg_dbms_stats.control: Correct default_version.
3+
14 2014-09-16 Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
25 * pg_dbms_stats.c: Fix a bug that inheritance state was wrongly
3- ahndled. This was resulted in a failure of statistics locking for
6+ handled. This was resulted in a failure of statistics locking for
47 inheritance parents.
58
69 2014-08-25 Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
--- a/ext_scripts/pg_dbms_stats--1.3.4-9.1.sql
+++ b/ext_scripts/pg_dbms_stats--1.3.4-9.1.sql
@@ -1,4 +1,4 @@
1-/* pg_dbms_stats/pg_dbms_stats--1.3.2.sql */
1+/* pg_dbms_stats/pg_dbms_stats--1.3.4.sql */
22
33 -- complain if script is sourced in psql, rather than via CREATE EXTENSION
44 \echo Use "CREATE EXTENSION pg_dbms_stats" to load this file. \quit
--- a/ext_scripts/pg_dbms_stats--1.3.4-9.2.sql
+++ b/ext_scripts/pg_dbms_stats--1.3.4-9.2.sql
@@ -1,4 +1,4 @@
1-/* pg_dbms_stats/pg_dbms_stats--1.3.2.sql */
1+/* pg_dbms_stats/pg_dbms_stats--1.3.4.sql */
22
33 -- complain if script is sourced in psql, rather than via CREATE EXTENSION
44 \echo Use "CREATE EXTENSION pg_dbms_stats" to load this file. \quit
--- a/ext_scripts/pg_dbms_stats--1.3.4-9.3.sql
+++ b/ext_scripts/pg_dbms_stats--1.3.4-9.3.sql
@@ -1,4 +1,4 @@
1-/* pg_dbms_stats/pg_dbms_stats--1.3.2.sql */
1+/* pg_dbms_stats/pg_dbms_stats--1.3.4.sql */
22
33 -- complain if script is sourced in psql, rather than via CREATE EXTENSION
44 \echo Use "CREATE EXTENSION pg_dbms_stats" to load this file. \quit
--- a/pg_dbms_stats.control
+++ b/pg_dbms_stats.control
@@ -1,7 +1,7 @@
11 # pg_dbms_stats extension
22
33 comment = 'stabilize plans by fixing statistics'
4-default_version = '1.3.3'
4+default_version = '1.3.4'
55 module_pathname = '$libdir/pg_dbms_stats'
66 relocatable = false
77 schema = dbms_stats