1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

postgres_fdw: Remove useless return statement.

Etsuro Fujita
This commit is contained in:
Robert Haas 2016-06-24 14:32:11 -04:00
parent bd406af168
commit 267569b24c

View File

@ -1210,7 +1210,6 @@ deparseFromExprForRel(StringInfo buf, PlannerInfo *root, RelOptInfo *foreignrel,
heap_close(rel, NoLock);
}
return;
}
/*