diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-12-12 14:41:49 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-12-12 14:41:49 -0500 |
commit | 9b3d02c2a9eb93cc4754857361abee449a3fe0cb (patch) | |
tree | dd65dc6f5c0f4bc31f5183c5e2853a621ec111c7 /src | |
parent | 23f722ba8e19ca1a7c2ada9d6e687989b6e8f4d1 (diff) | |
download | postgresql-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.h | 2 |
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 |