diff options
Diffstat (limited to 'src/port/strtol.c')
-rw-r--r-- | src/port/strtol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/strtol.c b/src/port/strtol.c index 175c53901c9..f9d28f8d0ef 100644 --- a/src/port/strtol.c +++ b/src/port/strtol.c @@ -1,8 +1,8 @@ /* - * $PostgreSQL: pgsql/src/port/strtol.c,v 1.15 2008/05/17 01:28:25 adunstan Exp $ + * $PostgreSQL: pgsql/src/port/strtol.c,v 1.16 2009/01/01 17:24:04 momjian Exp $ * * - * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * |