Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6ad3611

Browse files
committed
Remove dead assignment
per scan-build
1 parent c12693d commit 6ad3611

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/spi/refint.c

-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,6 @@ check_foreign_key(PG_FUNCTION_ARGS)
489489
" %s = %s%s%s %s ",
490490
args2[k], (is_char_type > 0) ? "'" : "",
491491
nv, (is_char_type > 0) ? "'" : "", (k < nkeys) ? ", " : "");
492-
is_char_type = 0;
493492
}
494493
strcat(sql, " where ");
495494

0 commit comments

Comments
 (0)