Bump BDR extension version accordingly and when at it bump the BDR version too.
MODULE_big = bdr
EXTENSION = bdr
-DATA = bdr--0.6.sql
+DATA = bdr--0.7.sql
DOCS = bdr.conf.sample README.bdr
SCRIPTS = scripts/bdr_initial_load bdr_init_copy
'insert_update',
'update_update',
'update_delete',
+ 'delete_delete',
'unhandled_tx_abort'
);
# bdr extension
comment = 'bdr support functions'
-default_version = '0.6'
+default_version = '0.7'
module_pathname = '$libdir/bdr'
relocatable = false
requires = btree_gist
-#define BDR_VERSION "0.6.1"
-#define BDR_VERSION_NUM 601
-#define BDR_MIN_REMOTE_VERSION_NUM 601
+#define BDR_VERSION "0.7"
+#define BDR_VERSION_NUM 700
+#define BDR_MIN_REMOTE_VERSION_NUM 700
#define BDR_VERSION_DATE ""
#define BDR_VERSION_GITHASH ""
#define BDR_VERSION_STR BDR_VERSION"-"BDR_VERSION_DATE"-"BDR_VERSION_GITHASH