Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a506a6 commit 6839bc9Copy full SHA for 6839bc9
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.106 2006/02/12 23:48:23 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.107 2006/03/03 02:17:30 momjian Exp $
5
6
7
* Portions Copyright (c) 1999-2005, PostgreSQL Global Development Group
@@ -163,6 +163,7 @@ struct FormatNode
163
164
/* ----------
165
* Full months
166
+ * This needs to be NLS-localized someday.
167
* ----------
168
*/
169
static char *months_full[] = {
0 commit comments