Bump catversion for pg_file_settings
authorStephen Frost <sfrost@snowman.net>
Fri, 8 May 2015 23:14:32 +0000 (19:14 -0400)
committerStephen Frost <sfrost@snowman.net>
Fri, 8 May 2015 23:14:32 +0000 (19:14 -0400)
Pointed out by Andres (thanks!)

Apologies for not including it in the initial patch.

src/include/catalog/catversion.h

index 969a8e3c3588ab403b162a2c7d067697c0f645e4..c2e6dbf57bfa42f1a8431b22c8f02935d1e1f8b8 100644 (file)
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     201505082
+#define CATALOG_VERSION_NO     201505083
 
 #endif