On 2016/11/04 22:04, Robert Haas wrote:
On Fri, Nov 4, 2016 at 7:20 AM, Etsuro Fujita
wrote:
I found another typo in postgres_fdw.c. Attached is a patch for fixing
that.
OK, committed that, too.
Thanks again!
Best regards,
Etsuro Fujita
--
Sent via pgsql-hackers mailing list (pgsql-h
On Fri, Nov 4, 2016 at 7:20 AM, Etsuro Fujita
wrote:
> On 2016/11/02 5:22, Robert Haas wrote:
>> On Tue, Nov 1, 2016 at 8:20 AM, Etsuro Fujita
>> wrote:
>>>
>>> I ran into a typo in a comment in contrib/postgres_fdw/deparse.c. Please
>>> find attached a patch.
>
>> Committed.
>
> Thanks!
>
> I fo
On 2016/11/02 5:22, Robert Haas wrote:
On Tue, Nov 1, 2016 at 8:20 AM, Etsuro Fujita
wrote:
I ran into a typo in a comment in contrib/postgres_fdw/deparse.c. Please
find attached a patch.
Committed.
Thanks!
I found another typo in postgres_fdw.c. Attached is a patch for fixing
that.
B
On Tue, Nov 1, 2016 at 8:20 AM, Etsuro Fujita
wrote:
> I ran into a typo in a comment in contrib/postgres_fdw/deparse.c. Please
> find attached a patch.
Committed.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgsql-hackers mailing lis
Hi,
I ran into a typo in a comment in contrib/postgres_fdw/deparse.c.
Please find attached a patch.
Best regards,
Etsuro Fujita
diff --git a/contrib/postgres_fdw/deparse.c b/contrib/postgres_fdw/deparse.c
index 450693a..66b059a 100644
--- a/contrib/postgres_fdw/deparse.c
+++ b/contrib/postgre