|
1 | 1 | /* -----------------------------------------------------------------------
|
2 | 2 | * formatting.c
|
3 | 3 | *
|
4 |
| - * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.80 2004/10/28 18:55:06 tgl Exp $ |
| 4 | + * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.81 2004/11/01 14:33:10 momjian Exp $ |
5 | 5 | *
|
6 | 6 | *
|
7 | 7 | * Portions Copyright (c) 1999-2004, PostgreSQL Global Development Group
|
|
111 | 111 | #defineMAXDOUBLEWIDTH128
|
112 | 112 |
|
113 | 113 | /* ----------
|
114 |
| - * External (defined in PgSQLdt.c (timestamp utils)) |
| 114 | + * External (defined in PgSQLdatetime.c (timestamp utils)) |
115 | 115 | * ----------
|
116 | 116 | */
|
117 | 117 | externchar*months[],/* month abbreviation*/
|
|