From 9b3d02c2a9eb93cc4754857361abee449a3fe0cb Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 12 Dec 2016 14:41:49 -0500 Subject: [PATCH] Catversion bump for temporary replication slots. Missed in commit a924c327e2793d2025b19e18de7917110dc8afd8. Per Fujii Masao. --- src/include/catalog/catversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index cfe01f19ac1..e13e3991df8 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201612081 +#define CATALOG_VERSION_NO 201612121 #endif