summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Frost2016-04-07 03:04:48 +0000
committerStephen Frost2016-04-07 03:04:48 +0000
commit29dd1504a12f324c75f6b5ce8863505e499633ec (patch)
treef64a0db7d04e6a6dc45031cab179cb85f215aeac
parent1574783b4ced0356fbc626af1a1a469faa6b41e1 (diff)
Bump catversion for pg_dump dump catalog ACL patches
Pointed out by Tom.
-rw-r--r--src/include/catalog/catversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index 7ba17364fd..0edc6cbafe 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 201604061
+#define CATALOG_VERSION_NO 201604062
#endif