From: Robert Haas Date: Sun, 21 Nov 2010 11:34:42 +0000 (-0500) Subject: Bump catversion. Should have done this as part of format(text) patch. X-Git-Tag: REL9_1_ALPHA3~149 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=506070be34dcdf35fd91c12c6745c745716de1d4;p=thirdparty%2Fpostgresql.git Bump catversion. Should have done this as part of format(text) patch. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index e168805ffdd..69f76aae0e6 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201011181 +#define CATALOG_VERSION_NO 201011211 #endif