diff options
author | Kevin Grittner | 2013-03-05 11:32:03 +0000 |
---|---|---|
committer | Kevin Grittner | 2013-03-05 11:32:03 +0000 |
commit | c8056592bcbed183fb03266d22fa1073bc8b04b4 (patch) | |
tree | 5370e4161b3c1666116f12c13ea6c96e151b2d4e | |
parent | 542eeba26992305d872be699158cb3ab1c2be6e6 (diff) |
Bump catversion because of new function in the materialized view patch.
-rw-r--r-- | src/include/catalog/catversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index ab91ab024d3..81f049b5c88 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 |