mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Fix compiler warning about uninitialized variable
This commit is contained in:
@ -800,6 +800,7 @@ DoCopy(const CopyStmt *stmt, const char *queryString, uint64 *processed)
|
||||
{
|
||||
Assert(stmt->query);
|
||||
|
||||
relid = InvalidOid;
|
||||
rel = NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user