diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-12-22 17:25:35 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-12-22 17:25:35 -0500 |
commit | 99b60fc04e53c09ca630d2798acb3768a778dc47 (patch) | |
tree | 6c846aff1ad591d4493ad81ce2a9127ae914899d | |
parent | 0e4611c0234d89e288a53351f775c59522baed7c (diff) | |
download | postgresql-99b60fc04e53c09ca630d2798acb3768a778dc47.tar.gz postgresql-99b60fc04e53c09ca630d2798acb3768a778dc47.zip |
Catversion bump for commit 0e4611c0234d89e288a53351f775c59522baed7c.
It changed the format of stored rules.
-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 a7f2be41ca0..f366d793661 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201112192 +#define CATALOG_VERSION_NO 201112221 #endif |