From: Heikki Linnakangas Date: Sun, 6 Nov 2011 12:33:49 +0000 (+0200) Subject: Oops, forgot to fix the catversion when I committed the range types patch. X-Git-Tag: REL9_2_BETA1~865 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=780571cc9fcfc1d2c4a0212c19975f2ef0b2eb42;p=postgresql 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. --- 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