From 9b003129fe8cf1bb3bd9f17d38da86871ed15d42 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 14 Jan 2000 00:53:50 +0000 Subject: [PATCH] Bump catversion to ensure initdb. --- src/include/catalog/catversion.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index c4d3872e77..5f1472c79e 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -36,7 +36,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: catversion.h,v 1.6 2000/01/10 16:13:20 momjian Exp $ + * $Id: catversion.h,v 1.7 2000/01/14 00:53:50 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -51,6 +51,7 @@ * catalog changes on the same day...) */ -#define CATALOG_VERSION_NO 20000110 +/* yyyymmddN */ +#define CATALOG_VERSION_NO 200001131 #endif -- 2.40.0