Re: postgres_fdw: Add more test coverage for EvalPlanQual testing

2025-11-05 Thread Etsuro Fujita
On Sat, Nov 1, 2025 at 8:18 PM Etsuro Fujita wrote: > In [1] it was pointed out that there is no test coverage for > postgresRecheckForeignScan. So I would like to propose to add test > cases to cover that function (and related core functions like > ForeignRecheck), as promised in that thread. P

postgres_fdw: Add more test coverage for EvalPlanQual testing

2025-11-01 Thread Etsuro Fujita
Hi, In [1] it was pointed out that there is no test coverage for postgresRecheckForeignScan. So I would like to propose to add test cases to cover that function (and related core functions like ForeignRecheck), as promised in that thread. Please find attached a patch. (Note that commit 12609fba