Re: Collective typos in contrib/postgres_fdw (Was: Re: Incorrect comment in contrib/postgres_fdw/deparse.c) - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Re: Collective typos in contrib/postgres_fdw (Was: Re: Incorrect comment in contrib/postgres_fdw/deparse.c)
Date
Msg-id 84e0d83a-f5a2-b4b5-26d1-980e40e66c9c@lab.ntt.co.jp
Whole thread Raw
In response to Re: Collective typos in contrib/postgres_fdw (Was: Re: Incorrect comment in contrib/postgres_fdw/deparse.c)  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 2016/08/25 5:29, Robert Haas wrote:
> On Wed, Aug 24, 2016 at 2:41 AM, Etsuro Fujita
> <fujita.etsuro@lab.ntt.co.jp> wrote:
>> On 2016/04/04 20:11, Etsuro Fujita wrote:
>>> I found an incorrect comment in contrib/postgres_fdw/deparse.c: s/FOR
>>> SELECT or FOR SHARE/FOR UPDATE or FOR SHARE/  Attached is a patch to fix
>>> that comment.

>> Other than this, I ran into some typos in contrib/postgres_fdw, while
>> working on join pushdown improvements.  Please find attached an updated
>> version of the patch.

> Thanks, committed.

Thanks for picking this up!

Best regards,
Etsuro Fujita





pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: Oddity in EXPLAIN for foreign/custom join pushdown plans
Next
From: Masahiko Sawada
Date:
Subject: Re: Optimization for lazy_scan_heap