diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-11-08 16:59:50 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-11-08 16:59:50 +0000 |
| commit | 3304341700ce598782806299d880dd961f52fbb4 (patch) | |
| tree | e97259ea23141ebaa9ef752d0ccbf14269238291 /src/include | |
| parent | 218f357d82380442da0024f839dfcfc836063667 (diff) | |
Reimplement alternative database locations with symlinks. No changes in
user interface.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/catalog/catversion.h | 4 | ||||
| -rw-r--r-- | src/include/catalog/pg_database.h | 4 |
2 files changed, 4 insertions, 4 deletions
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 |
