]> granicus.if.org Git - postgresql/blobdiff - src/include/catalog/catversion.h
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
[postgresql] / src / include / catalog / catversion.h
index 3fdd0d6129580986e2b76e7a4a2c78f802f614df..0dafd6bf2a4e7a3b7dc4f755f81fef544cd4498c 100644 (file)
@@ -34,7 +34,7 @@
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/catversion.h
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     201609261
+#define CATALOG_VERSION_NO     201707211
 
 #endif