From: Tom Lane Date: Fri, 5 May 2000 03:10:24 +0000 (+0000) Subject: Force initdb because of pg_group index fix. X-Git-Tag: REL7_0~13 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c0337ec2a9164592af15687d0526954635b55da7;p=users%2Fc2main%2Fpostgres.git Force initdb because of pg_group index fix. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index cafab73cde..662770ace9 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: catversion.h,v 1.20 2000/04/12 17:16:27 momjian Exp $ + * $Id: catversion.h,v 1.21 2000/05/05 03:10:24 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200004051 +#define CATALOG_VERSION_NO 200005041 #endif