From 780571cc9fcfc1d2c4a0212c19975f2ef0b2eb42 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Sun, 6 Nov 2011 14:33:49 +0200 Subject: [PATCH] Oops, forgot to fix the catversion when I committed the range types patch. It was inadvertently changed to 201111111, which is a wrong date. Change it to current date, and remove the comment that was supposed to remind me to fix it before committing. --- src/include/catalog/catversion.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 0a0ebcf916..ece718d939 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,7 +53,6 @@ */ /* yyyymmddN */ -/* COMMITTER: please set appropriately */ -#define CATALOG_VERSION_NO 201111111 +#define CATALOG_VERSION_NO 201111061 #endif -- 2.40.0