Commit 0e690209 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix compiler warning about uninitialized variable

parent 60df192a
......@@ -800,6 +800,7 @@ DoCopy(const CopyStmt *stmt, const char *queryString, uint64 *processed)
{
Assert(stmt->query);
relid = InvalidOid;
rel = NULL;
}
......
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