diff options
Diffstat (limited to 'src/include/nodes/memnodes.h')
-rw-r--r-- | src/include/nodes/memnodes.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/nodes/memnodes.h b/src/include/nodes/memnodes.h index f7478a9bf4..08ba967318 100644 --- a/src/include/nodes/memnodes.h +++ b/src/include/nodes/memnodes.h @@ -4,9 +4,10 @@ * POSTGRES memory context node definitions. * * - * 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 * - * $Id: memnodes.h,v 1.15 1999/07/16 17:07:33 momjian Exp $ + * $Id: memnodes.h,v 1.16 2000/01/26 05:58:16 momjian Exp $ * * XXX the typedefs in this file are different from the other ???nodes.h; * they are pointers to structures instead of the structures themselves. |