diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-03-03 07:22:20 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-03-03 07:22:20 -0500 |
commit | a8e9b86b5e027a78ffeb738e207158424427e674 (patch) | |
tree | de8359c4e9f2b546415dceda7044cb573f56d74f /src | |
parent | d83ee62231d41092c7907166204d57edc3d57070 (diff) | |
download | postgresql-a8e9b86b5e027a78ffeb738e207158424427e674.tar.gz postgresql-a8e9b86b5e027a78ffeb738e207158424427e674.zip |
Bump catversion.
The previous patch should have entailed a catversion bump, but I
forgot.
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 f8c8f9d5ea3..80560574bf5 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201402251 +#define CATALOG_VERSION_NO 201403031 #endif |