diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2020-01-17 16:24:13 +1030 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2020-01-17 16:24:13 +1030 |
commit | 4b0e0f67f2f16c077b4e5c8a3d70c6af4355db09 (patch) | |
tree | d50170e94f2fc36755f35e352161683b16bf234a /src | |
parent | a83586b5543b948f9e621462537a7303b113c482 (diff) | |
download | postgresql-4b0e0f67f2f16c077b4e5c8a3d70c6af4355db09.tar.gz postgresql-4b0e0f67f2f16c077b4e5c8a3d70c6af4355db09.zip |
bump catalog version as should have been done for jsonb_set_lax
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 6ac57be6a08..e05494a857f 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202001151 +#define CATALOG_VERSION_NO 202001171 #endif |