mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Fix a few duplicate words in comments
These are all new to v18 Author: David Rowley <dgrowleyml@gmail.com> Discussion: https://postgr.es/m/CAApHDvrMcr8XD107H3NV=WHgyBcu=sx5+7=WArr-n_cWUqdFXQ@mail.gmail.com
This commit is contained in:
@@ -551,7 +551,7 @@ PGLC_localeconv(void)
|
||||
"could not get lconv for LC_MONETARY = \"%s\", LC_NUMERIC = \"%s\": %m",
|
||||
locale_monetary, locale_numeric);
|
||||
|
||||
/* Must copy data now now so we can re-encode it. */
|
||||
/* Must copy data now so we can re-encode it. */
|
||||
extlconv = &tmp;
|
||||
worklconv.decimal_point = strdup(extlconv->decimal_point);
|
||||
worklconv.thousands_sep = strdup(extlconv->thousands_sep);
|
||||
|
||||
Reference in New Issue
Block a user