Incorrect comment in contrib/postgres_fdw/deparse.c

Started by Etsuro Fujitaabout 10 years ago4 messageshackers
Jump to latest
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp

Hi,

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.

Best regards,
Etsuro Fujita

Attachments:

pgfdw-comment.patchtext/x-patch; name=pgfdw-comment.patchDownload+1-1
#2Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
In reply to: Etsuro Fujita (#1)
Collective typos in contrib/postgres_fdw (Was: Re: Incorrect comment in contrib/postgres_fdw/deparse.c)

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.

Best regards,
Etsuro Fujita

Attachments:

comment-typos-in-contrib-postgres-fdw.patchbinary/octet-stream; name=comment-typos-in-contrib-postgres-fdw.patchDownload+6-4
#3Robert Haas
robertmhaas@gmail.com
In reply to: Etsuro Fujita (#2)
Re: Collective typos in contrib/postgres_fdw (Was: Re: Incorrect comment in contrib/postgres_fdw/deparse.c)

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.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#4Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
In reply to: Robert Haas (#3)
Re: Collective typos in contrib/postgres_fdw (Was: Re: Incorrect comment in contrib/postgres_fdw/deparse.c)

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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers