From f2b1316a94796b69eed6773cfb38267947ea19ac Mon Sep 17 00:00:00 2001
From: Michael Paquier <michael@paquier.xyz>
Date: Fri, 20 Jul 2018 09:28:19 +0900
Subject: [PATCH] Bump catalog version for recent toast table additions

This has been forgotten in 96cdeae.
---
 src/include/catalog/catversion.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index 547b156c2d..3e1de385e5 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -53,6 +53,6 @@
  */
 
 /*							yyyymmddN */
-#define CATALOG_VERSION_NO	201807121
+#define CATALOG_VERSION_NO	201807191
 
 #endif
-- 
2.40.0