Re: [HACKERS] Odd plan shown in src/backend/optimizer/README

2017-01-23 Thread Etsuro Fujita
On 2017/01/23 23:39, Tom Lane wrote: Etsuro Fujita writes: This seems odd to me; we would not need the bottom-level Nestloop. Attached is a small patch for fixing that. Pushed, thanks. Thank you for picking this up! Best regards, Etsuro Fujita -- Sent via pgsql-hackers mailing list (p

Re: [HACKERS] Odd plan shown in src/backend/optimizer/README

2017-01-23 Thread Tom Lane
Etsuro Fujita writes: > This seems odd to me; we would not need the bottom-level Nestloop. > Attached is a small patch for fixing that. Pushed, thanks. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your sub