Update comment to point to proper file.
authorBruce Momjian <bruce@momjian.us>
Mon, 1 Nov 2004 14:33:10 +0000 (14:33 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 1 Nov 2004 14:33:10 +0000 (14:33 +0000)
src/backend/utils/adt/formatting.c

index 26ebeaaac2373c4172b4b593f851544cd917d652..f9e5c026a77cf4f5aac3986b1093e52ab6e38090 100644 (file)
@@ -1,7 +1,7 @@
 /* -----------------------------------------------------------------------
  * formatting.c
  *
- * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.80 2004/10/28 18:55:06 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.81 2004/11/01 14:33:10 momjian Exp $
  *
  *
  *  Portions Copyright (c) 1999-2004, PostgreSQL Global Development Group
 #define MAXDOUBLEWIDTH 128
 
 /* ----------
- * External (defined in PgSQL dt.c (timestamp utils))
+ * External (defined in PgSQL datetime.c (timestamp utils))
  * ----------
  */
 extern char *months[],         /* month abbreviation   */