aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-12-12 14:41:49 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2016-12-12 14:41:49 -0500
commit9b3d02c2a9eb93cc4754857361abee449a3fe0cb (patch)
treedd65dc6f5c0f4bc31f5183c5e2853a621ec111c7 /src
parent23f722ba8e19ca1a7c2ada9d6e687989b6e8f4d1 (diff)
downloadpostgresql-9b3d02c2a9eb93cc4754857361abee449a3fe0cb.tar.gz
postgresql-9b3d02c2a9eb93cc4754857361abee449a3fe0cb.zip
Catversion bump for temporary replication slots.
Missed in commit a924c327e2793d2025b19e18de7917110dc8afd8. Per Fujii Masao.
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/catversion.h2
1 files changed, 1 insertions, 1 deletions
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