Skip to content

Commit

Permalink
Update BIGM_LAST_UPDATE to '2020.02.28'.
Browse files Browse the repository at this point in the history
This commit also updates the documents, for upcoming release.

Author: Torikoshi Atsushi
  • Loading branch information
MasaoFujii committed Feb 28, 2020
1 parent 65b3457 commit c49ee59
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bigm_op.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
PG_MODULE_MAGIC;

/* Last update date of pg_bigm */
#define BIGM_LAST_UPDATE "2016.10.11"
#define BIGM_LAST_UPDATE "2020.02.28"

/* GUC variable */
bool bigm_enable_recheck = false;
Expand Down
2 changes: 1 addition & 1 deletion expected/pg_bigm.out
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SET pg_bigm.similarity_limit = 0.02;
SHOW pg_bigm.last_update;
pg_bigm.last_update
---------------------
2016.10.11
2020.02.28
(1 row)

SET pg_bigm.last_update = '2013.09.18';
Expand Down
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 id="pg_bigm">pg_bigm(ピージーバイグラム)</h1>

<h2 id="news">ニュース</h2>
<ul>
<li>2020-02-XX: バージョン1.1の最新マイナーバージョン <a href="https://osdn.net/dl/pgbigm/pg_bigm-1.1-202002XX.tar.gz">pg_bigm-1.1-202002XX</a>をリリースしました。(<a href="release-1-1.html#release_note_2020-02-XX">リリースノート</a>)</li>
<li>2020-02-28: バージョン1.1の最新マイナーバージョン <a href="https://osdn.net/dl/pgbigm/pg_bigm-1.1-20200228.tar.gz">pg_bigm-1.1-20200228</a>をリリースしました。(<a href="release-1-1.html#release_note_2020-02-28">リリースノート</a>)</li>
<li>2018-11-07: pg_bigm バージョン 1.1 が PostgreSQL 11 に対応していることを確認しました。</li>
<li>2017-10-06: pg_bigm バージョン 1.1 が PostgreSQL 10 に対応していることを確認しました。</li>
<li>2016-10-11: バージョン1.1の最新マイナーバージョン <a href="https://osdn.net/projects/pgbigm/downloads/66559/pg_bigm-1.1-20161011.tar.gz/">pg_bigm-1.1-20161011</a>をリリースしました。(<a href="release-1-1.html#release_note_2016-10-11">リリースノート</a>)</li>
Expand Down
2 changes: 1 addition & 1 deletion html/index_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 id="pg_bigm">pg_bigm</h1>

<h2 id="news">News</h2>
<ul>
<li>2020-02-XX: The latest minor version of pg_bigm 1.1, <a href="https://en.osdn.net/dl/pgbigm/pg_bigm-1.1-202002XX.tar.gz">pg_bigm-1.1-202002XX</a> was released.(<a href="release-1-1_en.html#release_note_2020-02-XX">Release Note</a>)</li>
<li>2020-02-28: The latest minor version of pg_bigm 1.1, <a href="https://en.osdn.net/dl/pgbigm/pg_bigm-1.1-20200228.tar.gz">pg_bigm-1.1-20200228</a> was released.(<a href="release-1-1_en.html#release_note_2020-02-28">Release Note</a>)</li>
<li>2018-11-07: pg_bigm 1.1 was confirmed to work with PostgreSQL 11.</li>
<li>2017-10-06: pg_bigm 1.1 was confirmed to work with PostgreSQL 10.</li>
<li>2016-10-11: The latest minor version of pg_bigm 1.1, <a href="http://en.osdn.jp/projects/pgbigm/downloads/66559/pg_bigm-1.1-20161011.tar.gz/">pg_bigm-1.1-20161011</a> was released.(<a href="release-1-1_en.html#release_note_2016-10-11">Release Note</a>)</li>
Expand Down
2 changes: 1 addition & 1 deletion html/release-1-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2 id="migration">バージョン1.1への移行</h2>
</pre>
<p>gin_trgm_opsの演算子クラスを使って作成したインデックスがある場合、pg_bigmをバージョン1.0から1.1にアップグレードできません。これは、演算子クラスgin_trgm_opsがバージョン1.1でpg_bigmから削除されたためです。</p>

<h2 id="release_note_2020-02-XX">バージョン1.1 (2020-02-XX リリース)</h2>
<h2 id="release_note_2020-02-28">バージョン1.1 (2020-02-28 リリース)</h2>
<ul>
<li>
<p>pg_bigm 1.1がPostgreSQL 10と11に対応していることを確認して、ドキュメントに記載しました。 (Fujii Masao)</p>
Expand Down
2 changes: 1 addition & 1 deletion html/release-1-1_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2 id="migration">Migration to Version 1.1</h2>
</pre>
<p>Kindly note that if an existing index uses "gin_trgm_ops" in the database then it will not possible to upgrade from 1.0 to 1.1 since the operator class "gin_trgm_ops" is dropped in version 1.1.</p>

<h2 id="release_note_2020-02-XX">Version 1.1 (released on 2020-02-XX)</h2>
<h2 id="release_note_2020-02-28">Version 1.1 (released on 2020-02-28)</h2>
<ul>
<li>
<p>Document that pg_bigm 1.1 was confirmed to work with PostgreSQL 10 and 11 (Fujii Masao)</p>
Expand Down

0 comments on commit c49ee59

Please sign in to comment.