aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKevin Grittner <kgrittn@postgresql.org>2013-03-05 05:32:03 -0600
committerKevin Grittner <kgrittn@postgresql.org>2013-03-05 05:32:03 -0600
commitc8056592bcbed183fb03266d22fa1073bc8b04b4 (patch)
tree5370e4161b3c1666116f12c13ea6c96e151b2d4e /src
parent542eeba26992305d872be699158cb3ab1c2be6e6 (diff)
downloadpostgresql-c8056592bcbed183fb03266d22fa1073bc8b04b4.tar.gz
postgresql-c8056592bcbed183fb03266d22fa1073bc8b04b4.zip
Bump catversion because of new function in the materialized view patch.
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/catversion.h2
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