diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-07-20 09:28:19 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-07-20 09:28:19 +0900 |
commit | f2b1316a94796b69eed6773cfb38267947ea19ac (patch) | |
tree | 2b493c83205c0bd5d3f4f5809dda445ab984b7da /src | |
parent | 96cdeae07f93556df73112456b795d6d35998a0e (diff) | |
download | postgresql-f2b1316a94796b69eed6773cfb38267947ea19ac.tar.gz postgresql-f2b1316a94796b69eed6773cfb38267947ea19ac.zip |
Bump catalog version for recent toast table additions
This has been forgotten in 96cdeae.
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 547b156c2d9..3e1de385e5e 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201807121 +#define CATALOG_VERSION_NO 201807191 #endif |