aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-01-20 21:51:09 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-01-20 21:51:09 +0000
commit13f88750178ced2b948a3d2b8370f5231534577d (patch)
treee9f1abb294831f1bea568ad35ba0b0817031c445 /src/backend/access
parenta959e3f7c04d2f8cca3e7895c3bb460d40de2280 (diff)
downloadpostgresql-13f88750178ced2b948a3d2b8370f5231534577d.tar.gz
postgresql-13f88750178ced2b948a3d2b8370f5231534577d.zip
Added new pg_id to fix initdb problems
New INSTALL file Fixed a copyright notice
Diffstat (limited to 'src/backend/access')
-rw-r--r--src/backend/access/heap/tuptoaster.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/heap/tuptoaster.c b/src/backend/access/heap/tuptoaster.c
index c351c4cc177..9176521a5fc 100644
--- a/src/backend/access/heap/tuptoaster.c
+++ b/src/backend/access/heap/tuptoaster.c
@@ -4,11 +4,11 @@
* Support routines for external and compressed storage of
* variable size attributes.
*
- * Copyright (c) 2000, PostgreSQL Development Team
+ * Copyright (c) 2000, PostgreSQL Global Development Group
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/access/heap/tuptoaster.c,v 1.1 1999/12/21 00:06:40 wieck Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/heap/tuptoaster.c,v 1.2 2000/01/20 21:50:59 petere Exp $
*
*
* INTERFACE ROUTINES