OSDN Git Service

Update BIGM_LAST_UPDATE. v1.2-20161011
authorMasaoFujii <masao.fujii@gmail.com>
Tue, 11 Oct 2016 12:05:46 +0000 (21:05 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Tue, 11 Oct 2016 12:05:46 +0000 (21:05 +0900)
Update to '2016.10.11'.

bigm_op.c
expected/pg_bigm.out

index 0b5c989..5192bca 100644 (file)
--- a/bigm_op.c
+++ b/bigm_op.c
@@ -24,7 +24,7 @@
 PG_MODULE_MAGIC;
 
 /* Last update date of pg_bigm */
-#define BIGM_LAST_UPDATE       "2015.09.10"
+#define BIGM_LAST_UPDATE       "2016.10.11"
 
 /* GUC variable */
 bool           bigm_enable_recheck = false;
index fc25706..3aef930 100644 (file)
@@ -10,7 +10,7 @@ SET pg_bigm.similarity_limit = 0.02;
 SHOW pg_bigm.last_update;
  pg_bigm.last_update 
 ---------------------
- 2015.09.10
+ 2016.10.11
 (1 row)
 
 SET pg_bigm.last_update = '2013.09.18';