Re: postgres_fdw: oddity in costing presorted foreign scans with local stats

From: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: postgres_fdw: oddity in costing presorted foreign scans with local stats
Date: 2019-06-14 11:57:14
Message-ID: CAPmGK17k=p3uSpd6-NV67N6-UUTV2-CW9zG9+hH53Eh_naKF8A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jun 10, 2019 at 5:37 PM Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> wrote:
> On Thu, Jun 6, 2019 at 5:58 PM Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> wrote:
> > I made stricter an assertion test I added on retrieved_rows. Also, I
> > did some editorialization further and added the commit message.
> > Attached is an updated version of the patch. If there are no
> > objections, I'll commit the patch.
>
> I noticed that the previous patch was an old version; it didn't update
> the assertion test at all. Attached is a new version updating that
> test. I think I had been under the weather last week due to a long
> flight.

Pushed.

Best regards,
Etsuro Fujita

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2019-06-14 13:02:13 Re: "WIP: Data at rest encryption" patch and, PostgreSQL 11-beta3
Previous Message Amit Khandekar 2019-06-14 11:37:05 Re: Minimal logical decoding on standbys