mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Fix typos.
David Rowley
This commit is contained in:
@ -419,7 +419,7 @@ dttofmtasc_replace(timestamp * ts, date dDate, int dow, struct tm * tm,
|
||||
replace_val.str_val = months[tm->tm_mon];
|
||||
replace_type = PGTYPES_TYPE_STRING_CONSTANT;
|
||||
break;
|
||||
/* the full name name of the month */
|
||||
/* the full name of the month */
|
||||
/* XXX should be locale aware */
|
||||
case 'B':
|
||||
replace_val.str_val = pgtypes_date_months[tm->tm_mon];
|
||||
|
Reference in New Issue
Block a user