diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-04 21:34:35 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-04 21:34:35 +0000 |
| commit | fcbc43872759f2fead5782fd9b04cb70b72e7f56 (patch) | |
| tree | 07673d8517a11d149859d7b8146233f8fad66f3f /src/backend/catalog | |
| parent | ecb68138e9d26324256db004c1783b4a41b75a33 (diff) | |
| download | postgresql-fcbc43872759f2fead5782fd9b04cb70b72e7f56.tar.gz | |
Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments
and documentation to reference 8.0 instead of 7.5.
Diffstat (limited to 'src/backend/catalog')
| -rw-r--r-- | src/backend/catalog/catalog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/catalog/catalog.c b/src/backend/catalog/catalog.c index 2305d10db3..96689c64a3 100644 --- a/src/backend/catalog/catalog.c +++ b/src/backend/catalog/catalog.c @@ -9,7 +9,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.54 2004/06/21 04:06:05 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.55 2004/08/04 21:33:47 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -199,7 +199,7 @@ IsToastNamespace(Oid namespaceId) * True iff name starts with the pg_ prefix. * * For some classes of objects, the prefix pg_ is reserved for - * system objects only. As of 7.5, this is only true for + * system objects only. As of 8.0, this is only true for * schema and tablespace names. */ bool |
