Hi! Here is another compilation warning that seems to be caused by this patch.
postgres_fdw.c: In function ‘foreign_join_ok’:
postgres_fdw.c:7135:46: error: ‘fpinfo_i’ may be used uninitialized
[-Werror=maybe-uninitialized]
7135 | if (fpinfo_o->local_conds || fpinfo_i->local_conds)
| ~~~~~~~~^~~~~~~~~~~~~
postgres_fdw.c:7044:28: note: ‘fpinfo_i’ was declared here
7044 | PgFdwRelationInfo *fpinfo_i;
| ^~~~~~~~
Best regards,
Karina Litskevich
Postgres Professional: http://postgrespro.com/
