Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit410ee35

Browse files
committed
psql: Remove useless code
Apparently a copy-and-paste mistake introduced in8ddd22f.found by Coverity
1 parent08dd23c commit410ee35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/psql/print.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ format_numeric_locale(const char *my_str)
207207
leading_digits;
208208
intgroupdigits=atoi(grouping);
209209
intnew_str_start=0;
210-
char*new_str=new_str=pg_local_malloc(
210+
char*new_str=pg_local_malloc(
211211
strlen_with_numeric_locale(my_str)+1);
212212

213213
leading_digits= (int_len %groupdigits!=0) ?

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp