diff options
author | Peter Geoghegan <pg@bowt.ie> | 2019-08-01 12:29:19 -0700 |
---|---|---|
committer | Peter Geoghegan <pg@bowt.ie> | 2019-08-01 12:29:19 -0700 |
commit | a8d6a95eb992e942838e41029537564d81c4a50e (patch) | |
tree | 1f06ef37e3cb13710121d62e63f66da5926cb2d4 | |
parent | 71dcd7438664d81235c72337cbbbfa780f7a0630 (diff) | |
download | postgresql-a8d6a95eb992e942838e41029537564d81c4a50e.tar.gz postgresql-a8d6a95eb992e942838e41029537564d81c4a50e.zip |
Bump catversion.
Oversight in commit 71dcd743.
-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 da0110e3e8d..507b082acb4 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201908011 +#define CATALOG_VERSION_NO 201908012 #endif |