Commit 6ad3611e authored by Peter Eisentraut's avatar Peter Eisentraut

Remove dead assignment

per scan-build
parent c12693d8
......@@ -489,7 +489,6 @@ check_foreign_key(PG_FUNCTION_ARGS)
" %s = %s%s%s %s ",
args2[k], (is_char_type > 0) ? "'" : "",
nv, (is_char_type > 0) ? "'" : "", (k < nkeys) ? ", " : "");
is_char_type = 0;
}
strcat(sql, " where ");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment