diff options
Diffstat (limited to 'src/include/utils/palloc.h')
-rw-r--r-- | src/include/utils/palloc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/utils/palloc.h b/src/include/utils/palloc.h index 9f3a51b4218..0ec6caabbbd 100644 --- a/src/include/utils/palloc.h +++ b/src/include/utils/palloc.h @@ -4,9 +4,10 @@ * POSTGRES memory allocator 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: palloc.h,v 1.11 2000/01/13 18:26:18 petere Exp $ + * $Id: palloc.h,v 1.12 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ |