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 08dd23c commit 410ee35Copy full SHA for 410ee35
src/bin/psql/print.c
@@ -207,7 +207,7 @@ format_numeric_locale(const char *my_str)
207
leading_digits;
208
int groupdigits = atoi(grouping);
209
int new_str_start = 0;
210
- char *new_str = new_str = pg_local_malloc(
+ char *new_str = pg_local_malloc(
211
strlen_with_numeric_locale(my_str) + 1);
212
213
leading_digits = (int_len % groupdigits != 0) ?
0 commit comments