We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7914dee commit 9c3d654Copy full SHA for 9c3d654
src/backend/utils/adt/formatting.c
@@ -1,7 +1,7 @@
1
/* -----------------------------------------------------------------------
2
* formatting.c
3
*
4
- * $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 $
5
6
7
* Portions Copyright (c) 1999-2004, PostgreSQL Global Development Group
@@ -111,7 +111,7 @@
111
#define MAXDOUBLEWIDTH 128
112
113
/* ----------
114
- * External (defined in PgSQL dt.c (timestamp utils))
+ * External (defined in PgSQL datetime.c (timestamp utils))
115
* ----------
116
*/
117
extern char *months[], /* month abbreviation */
0 commit comments