diff options
| author | Bruce Momjian <bruce@momjian.us> | 2004-06-21 01:04:45 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2004-06-21 01:04:45 +0000 |
| commit | 483b7f8249f14133899057c7f6e6378b497c064e (patch) | |
| tree | e062a3f834fa911d627f22cd1a2318398d9d0251 /src/include | |
| parent | ac334e955100e75309e93c005e87ece464534dc5 (diff) | |
| download | postgresql-483b7f8249f14133899057c7f6e6378b497c064e.tar.gz | |
Rename pg_tablespaces directory to pg_tblspc, so it is more unique from
the pg_tablespace table. Update catalog version.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/catalog/catversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 3ba63bbdea..fc4ed22ba4 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.237 2004/06/18 06:14:05 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.238 2004/06/21 01:04:45 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200406171 +#define CATALOG_VERSION_NO 200406201 #endif |
