mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
postgres_fdw: Remove useless return statement.
Etsuro Fujita
This commit is contained in:
@ -1210,7 +1210,6 @@ deparseFromExprForRel(StringInfo buf, PlannerInfo *root, RelOptInfo *foreignrel,
|
|||||||
|
|
||||||
heap_close(rel, NoLock);
|
heap_close(rel, NoLock);
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user