diff options
author | Stephen Frost <sfrost@snowman.net> | 2015-05-08 19:14:32 -0400 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2015-05-08 19:14:32 -0400 |
commit | 4b342fb591ebb556cab18fc999c8710e9733e5bb (patch) | |
tree | 1393c1ab7764d49319a02de9d4573cade045a4e3 /src | |
parent | a97e0c3354ace5d74c6873cd5e98444757590be8 (diff) | |
download | postgresql-4b342fb591ebb556cab18fc999c8710e9733e5bb.tar.gz postgresql-4b342fb591ebb556cab18fc999c8710e9733e5bb.zip |
Bump catversion for pg_file_settings
Pointed out by Andres (thanks!)
Apologies for not including it in the initial patch.
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 969a8e3c358..c2e6dbf57bf 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201505082 +#define CATALOG_VERSION_NO 201505083 #endif |