mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Fix compiler warning about uninitialized variable
This commit is contained in:
parent
60df192aea
commit
0e690209ee
1 changed files with 1 additions and 0 deletions
|
|
@ -800,6 +800,7 @@ DoCopy(const CopyStmt *stmt, const char *queryString, uint64 *processed)
|
|||
{
|
||||
Assert(stmt->query);
|
||||
|
||||
relid = InvalidOid;
|
||||
rel = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue