summaryrefslogtreecommitdiff
path: root/src/backend/commands/_deadcode/version.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-12-14 06:50:32 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-12-14 06:50:32 +0000
commitdf1468e251df8ea14ad2a4c6904bd0135cba44e5 (patch)
tree6e9f8bcec750c78a5b6c4d52621518bf592a6bd1 /src/backend/commands/_deadcode/version.c
parent7c3b7d27446cbe7e4d1ccf6f51caf2d38f55916c (diff)
Many more cleanups...
Diffstat (limited to 'src/backend/commands/_deadcode/version.c')
-rw-r--r--src/backend/commands/_deadcode/version.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/backend/commands/_deadcode/version.c b/src/backend/commands/_deadcode/version.c
index fc1efc437be..b3db65507a2 100644
--- a/src/backend/commands/_deadcode/version.c
+++ b/src/backend/commands/_deadcode/version.c
@@ -5,19 +5,18 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * The version stuff has not been tested under postgres95 and probably doesn't
- * work! - jolly 8/19/95
+ * The version stuff has not been tested under postgres95 and probably
+ * doesn't work! - jolly 8/19/95
*
*
- * IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/version.c,v 1.16 1998/12/14 05:18:44 scrappy Exp $
+ * $Id: version.c,v 1.17 1998/12/14 06:50:19 scrappy Exp $
*
* NOTES
- * At the point the version is defined, 2 physical relations are created
- * <vname>_added and <vname>_deleted.
+ * At the point the version is defined, 2 physical relations are created
+ * <vname>_added and <vname>_deleted.
*
- * In addition, 4 rules are defined which govern the semantics of versions
- * w.r.t retrieves, appends, replaces and deletes.
+ * In addition, 4 rules are defined which govern the semantics of
+ * versions w.r.t retrieves, appends, replaces and deletes.
*
*-------------------------------------------------------------------------
*/