From cb9dcbc1eebd8cccf98d7236b2c9bb82caf8b45d Mon Sep 17 00:00:00 2001
From: Stephen Frost <sfrost@snowman.net>
Date: Tue, 6 Dec 2016 10:12:31 -0500
Subject: [PATCH] Bump catversion for restrictive RLS changes

Mea culpa.

Pointed out by Andres.
---
 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 ef0386ceda..6adfab751d 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -53,6 +53,6 @@
  */
 
 /*							yyyymmddN */
-#define CATALOG_VERSION_NO	201611181
+#define CATALOG_VERSION_NO	201612061
 
 #endif