Hi Andres,
It is an in-house developed FDW. Part of the surprise was that we
execute the postgres integration tests (as described here:
https://www.postgresql.org/docs/current/static/regress-run.html)
against a postgres instance with our custom FDW loaded and no errors
show up.
Cheers
Kai
On Wed, Aug 15, 2018 at 5:19 PM Andres Freund <andres@anarazel.de> wrote:
>
> Hi,
>
> On 2018-08-15 16:08:51 +0200, Kai Kratz wrote:
> > It seems that I have an issue with an FDW extension that was loaded,
> > it didn't cross my mind that this could interfere with ALTER FUNCTION.
> > Same is true for the other 2 bug I filed a couple of minutes ago.
>
> Just for the record, which FDW was that?
>
> - Andres