diff options
author | Andres Freund | 2018-03-28 02:07:39 +0000 |
---|---|---|
committer | Andres Freund | 2018-03-28 02:07:39 +0000 |
commit | b4013b8e4a271816ba87aa56f46dbc04a083d962 (patch) | |
tree | 303077dac4ae3880a38acd70651e85a4e81040e5 | |
parent | 16828d5c0273b4fe5f10f42588005f16b415b2d8 (diff) |
Add catversion bump missed in 16828d5c0.
Given that pg_attribute changed its layout...
-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 1f396a9bc7d..bfc2bd125d7 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201803231 +#define CATALOG_VERSION_NO 201803271 #endif |