diff options
Diffstat (limited to 'src/backend/commands/_deadcode/version.c')
-rw-r--r-- | src/backend/commands/_deadcode/version.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backend/commands/_deadcode/version.c b/src/backend/commands/_deadcode/version.c index 3d3683135f8..273464d99a6 100644 --- a/src/backend/commands/_deadcode/version.c +++ b/src/backend/commands/_deadcode/version.c @@ -3,13 +3,14 @@ * version.c * This file contains all the rules that govern all version semantics. * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions 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 * * - * $Id: version.c,v 1.23 1999/11/07 23:08:03 momjian Exp $ + * $Id: version.c,v 1.24 2000/01/26 05:56:19 momjian Exp $ * * NOTES * At the point the version is defined, 2 physical relations are created |