From: Bruce Momjian Date: Wed, 16 Mar 2005 22:59:42 +0000 (+0000) Subject: Force initdb cause of encoding additions. X-Git-Tag: REL8_1_0BETA1~1193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4021259269815f9a897cf0836c15c5d542351e4;p=thirdparty%2Fpostgresql.git Force initdb cause of encoding additions. --- 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