From f0d502f510f55f7d52f90e5e8358731c4d398054 Mon Sep 17 00:00:00 2001 From: MasaoFujii Date: Thu, 3 Oct 2019 22:05:41 +0900 Subject: [PATCH] Update BIGM_LAST_UPDATE to '2019.10.03'. This commit also updates the documents, for upcoming release. --- bigm_op.c | 2 +- expected/pg_bigm.out | 2 +- html/index.html | 2 +- html/index_en.html | 2 +- html/release-1-2.html | 2 +- html/release-1-2_en.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bigm_op.c b/bigm_op.c index f135abf..713c999 100644 --- a/bigm_op.c +++ b/bigm_op.c @@ -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; diff --git a/expected/pg_bigm.out b/expected/pg_bigm.out index 126cfc6..f17b715 100644 --- a/expected/pg_bigm.out +++ b/expected/pg_bigm.out @@ -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'; diff --git a/html/index.html b/html/index.html index d45ad33..b14285f 100644 --- a/html/index.html +++ b/html/index.html @@ -23,7 +23,7 @@

ニュース