diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-06-15 15:26:51 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-06-15 15:26:51 +0900 |
commit | 46241b28d84551bf6aeec3aa7e2391cda2757a21 (patch) | |
tree | 0109aa31b8fc2f66138f4f55d95e806c2740cc19 | |
parent | 1575fbf1ac3c8464b2dade245deff537a3aa2498 (diff) | |
download | postgresql-46241b28d84551bf6aeec3aa7e2391cda2757a21.tar.gz postgresql-46241b28d84551bf6aeec3aa7e2391cda2757a21.zip |
Bump catversion for ACL changes on replication origin functions
Oversight in cc07264.
Reported-by: Tom Lane
Discussion: https://postgr.es/m/1098356.1592196242@sss.pgh.pa.us
-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 62815342abb..7644147cf5c 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202005171 +#define CATALOG_VERSION_NO 202006151 #endif |