diff options
author | Joe Conway <mail@joeconway.com> | 2003-12-03 18:53:52 +0000 |
---|---|---|
committer | Joe Conway <mail@joeconway.com> | 2003-12-03 18:53:52 +0000 |
commit | 461b71f20842b63f3e86620a108cd28f0dbad371 (patch) | |
tree | 42b51e53a0cdb72e0cdc8981ec845f87d16b5e34 | |
parent | 66989aa2d6de4ccb469750fe661e525404cf5990 (diff) |
catversion change needed by previous read-onlu GUC variables commit.
-rw-r--r-- | src/include/catalog/catversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index a3f58b03f8d..0af05e01d6e 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.212 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.213 2003/12/03 18:53:52 joe Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200311101 +#define CATALOG_VERSION_NO 200312031 #endif |