From: Kevin Grittner Date: Tue, 5 Mar 2013 11:32:03 +0000 (-0600) Subject: Bump catversion because of new function in the materialized view patch. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=c8056592bcbed183fb03266d22fa1073bc8b04b4;p=users%2Frhaas%2Fpostgres.git Bump catversion because of new function in the materialized view patch. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index ab91ab024d..81f049b5c8 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201302181 +#define CATALOG_VERSION_NO 201303051 #endif