Re: Missing FDW documentation about GetForeignUpperPaths

2019-05-09 Thread Etsuro Fujita
On Wed, May 8, 2019 at 3:51 PM Etsuro Fujita wrote: > In commit d50d172e51, which adds support for FINAL relation pushdown > in postgres_fdw, I forgot to update the FDW documentation about > GetForeignUpperPaths to mention that the extra parameter of that > function points to a FinalPathExtraData

Missing FDW documentation about GetForeignUpperPaths

2019-05-07 Thread Etsuro Fujita
In commit d50d172e51, which adds support for FINAL relation pushdown in postgres_fdw, I forgot to update the FDW documentation about GetForeignUpperPaths to mention that the extra parameter of that function points to a FinalPathExtraData structure introduced by that commit in the case of FINAL rela