From 3304341700ce598782806299d880dd961f52fbb4 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 8 Nov 2000 16:59:50 +0000 Subject: Reimplement alternative database locations with symlinks. No changes in user interface. --- src/include/catalog/catversion.h | 4 ++-- src/include/catalog/pg_database.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include') diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index a87bd2b913b..01efe5efb98 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.55 2000/11/06 15:58:46 thomas Exp $ + * $Id: catversion.h,v 1.56 2000/11/08 16:59:50 petere Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200011060 +#define CATALOG_VERSION_NO 200011080 #endif diff --git a/src/include/catalog/pg_database.h b/src/include/catalog/pg_database.h index a535f5d2246..76127094de8 100644 --- a/src/include/catalog/pg_database.h +++ b/src/include/catalog/pg_database.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_database.h,v 1.13 2000/10/22 18:29:58 tgl Exp $ + * $Id: pg_database.h,v 1.14 2000/11/08 16:59:50 petere Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -58,7 +58,7 @@ typedef FormData_pg_database *Form_pg_database; #define Anum_pg_database_datlastsysoid 4 #define Anum_pg_database_datpath 5 -DATA(insert OID = 1 ( template1 PGUID ENCODING 0 template1 )); +DATA(insert OID = 1 ( template1 PGUID ENCODING 0 "" )); DESCR(""); #define TemplateDbOid 1 -- cgit v1.2.3