]> granicus.if.org Git - postgresql/commitdiff
Oops, forgot to fix the catversion when I committed the range types patch.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sun, 6 Nov 2011 12:33:49 +0000 (14:33 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sun, 6 Nov 2011 12:36:36 +0000 (14:36 +0200)
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

index 0a0ebcf91666199bd89f21c09b3ae97570743d6e..ece718d939c30b99335321225a0b45e8a9084f10 100644 (file)
@@ -53,7 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-/* COMMITTER: please set appropriately */
-#define CATALOG_VERSION_NO     201111111
+#define CATALOG_VERSION_NO     201111061
 
 #endif