Skip to content

Commit

Permalink
Update BIGM_LAST_UPDATE to '2019.10.03'.
Browse files Browse the repository at this point in the history
This commit also updates the documents, for upcoming release.
  • Loading branch information
MasaoFujii committed Oct 3, 2019
1 parent 265a2a2 commit 861f62c
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 "2019.10.03"

/* 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 @@ -12,7 +12,7 @@ SET extra_float_digits TO 0;
SHOW pg_bigm.last_update;
pg_bigm.last_update
---------------------
2016.10.11
2019.10.03
(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>2019-10-XX: PostgreSQL 12対応のpg_bigm 1.2最新マイナーバージョン <a href="https://osdn.net/dl/pgbigm/pg_bigm-1.2-201910XX.tar.gz">pg_bigm-1.2-201910XX</a> をリリースしました。 (<a href="release-1-2.html#release_note_2019-10-XX">リリースノート</a>)</li>
<li>2019-10-03: PostgreSQL 12対応のpg_bigm 1.2最新マイナーバージョン <a href="https://osdn.net/dl/pgbigm/pg_bigm-1.2-20191003.tar.gz">pg_bigm-1.2-20191003</a> をリリースしました。 (<a href="release-1-2.html#release_note_2019-10-03">リリースノート</a>)</li>
<li>2018-11-07: pg_bigmバージョン 1.2 と 1.1 が PostgreSQL 11 に対応していることを確認しました。</li>
<li>2017-10-06: pg_bigmバージョン 1.2 と 1.1 が PostgreSQL 10 に対応していることを確認しました。</li>
<li>2016-10-21: PostgreSQL9.1~9.6用のpg_bigm-1.2-20161011のRPMファイルをリリースしました。RPMファイルは<a href="http://osdn.jp/projects/pgbigm/releases/66565">こちら</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>2019-10-XX: The latest minor version of pg_bigm 1.2, <a href="https://en.osdn.net/dl/pgbigm/pg_bigm-1.2-201910XX.tar.gz">pg_bigm-1.2-201910XX</a> was released. (<a href="release-1-2_en.html#release_note_2019-10-XX">Release Note</a>)</li>
<li>2019-10-03: The latest minor version of pg_bigm 1.2, <a href="https://en.osdn.net/dl/pgbigm/pg_bigm-1.2-20191003.tar.gz">pg_bigm-1.2-20191003</a> was released. (<a href="release-1-2_en.html#release_note_2019-10-03">Release Note</a>)</li>
<li>2018-11-07: pg_bigm 1.2 and 1.1 were confirmed to work with PostgreSQL 11.</li>
<li>2017-10-06: pg_bigm 1.2 and 1.1 were confirmed to work with PostgreSQL 10.</li>
<li>2016-10-21: The RPM files of pg_bigm 1.2-20161011 for PostgreSQL 9.1 to 9.6 were released. They can be downloaded from <a href="http://en.osdn.jp/projects/pgbigm/releases/66565">here</a>.</li>
Expand Down
2 changes: 1 addition & 1 deletion html/release-1-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 id="migration">バージョン1.2への移行</h2>
ALTER EXTENSION pg_bigm UPDATE TO '1.2';
</pre>

<h2 id="release_note_2019-10-XX">バージョン1.2 (2019-10-XX リリース)</h2>
<h2 id="release_note_2019-10-03">バージョン1.2 (2019-10-03 リリース)</h2>
<ul>
<li><p>pg_bigm 1.2 をPostgreSQL12以降に対応させました。(Fujii Masao)</p></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion html/release-1-2_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 id="migration">Migration to Version 1.2</h2>
ALTER EXTENSION pg_bigm UPDATE TO '1.2';
</pre>

<h2 id="release_note_2019-10-XX">Version 1.2 (released on 2019-10-XX)</h2>
<h2 id="release_note_2019-10-03">Version 1.2 (released on 2019-10-03)</h2>
<ul>
<li><p>Make pg_bigm 1.2 support PostgreSQL 12 or later (Fujii Masao)</p></li>
</ul>
Expand Down

0 comments on commit 861f62c

Please sign in to comment.