diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-03-16 22:59:42 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-03-16 22:59:42 +0000 |
commit | f4021259269815f9a897cf0836c15c5d542351e4 (patch) | |
tree | b13cab6ecbf5fdfcf2e70a608ec3051408439f49 | |
parent | f97aebd162987d00bd9b9f592ff54e9e90f11843 (diff) | |
download | postgresql-f4021259269815f9a897cf0836c15c5d542351e4.tar.gz postgresql-f4021259269815f9a897cf0836c15c5d542351e4.zip |
Force initdb cause of encoding additions.
-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 4bd7abfc6cb..12924b6dbed 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.257 2005/02/28 03:45:21 neilc Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.258 2005/03/16 22:59:42 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200502281 +#define CATALOG_VERSION_NO 200503161 #endif |