OSDN Git Service

Switch CI from Travis CI to GitHub Actions (#12)
[pgbigm/pg_bigm.git] / bigm_op.c
index 80ce28f..5ee4e6d 100644 (file)
--- a/bigm_op.c
+++ b/bigm_op.c
@@ -1,6 +1,6 @@
 /*-------------------------------------------------------------------------
  *
- * Portions Copyright (c) 2017-2019, pg_bigm Development Group
+ * Portions Copyright (c) 2017-2023, pg_bigm Development Group
  * Portions Copyright (c) 2013-2016, NTT DATA Corporation
  * Portions Copyright (c) 2004-2012, PostgreSQL Global Development Group
  *
 #include "catalog/pg_type.h"
 #include "tsearch/ts_locale.h"
 #include "utils/array.h"
+#if PG_VERSION_NUM >= 160000
+#include "utils/guc.h"
+#endif /* PG_VERSION_NUM */
 #include "utils/memutils.h"
 
 PG_MODULE_MAGIC;
 
 /* Last update date of pg_bigm */
-#define BIGM_LAST_UPDATE       "2019.10.03"
+#define BIGM_LAST_UPDATE       "2020.02.28"
 
 /* GUC variable */
 bool           bigm_enable_recheck = false;