Commit 267569b2 authored by Robert Haas's avatar Robert Haas

postgres_fdw: Remove useless return statement.

Etsuro Fujita
parent bd406af1
......@@ -1210,7 +1210,6 @@ deparseFromExprForRel(StringInfo buf, PlannerInfo *root, RelOptInfo *foreignrel,
heap_close(rel, NoLock);
}
return;
}
/*
......
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