Another issue in AlchemyFDW: using OR in Where clauses involving foreign tables causes Multicorn to respond with the following warning:
unsupported expression for extractClauseFrom
along with refusing to perform pushdown and instead performing a scan over the entire table.
It seems the error happens explicitly with the boolop OR regardless of any operators under it. AND and other boolean operators are supported and pushdown as normal.