Re: postgres_fdw behaves oddly

From: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: postgres_fdw behaves oddly
Date: 2014-11-12 07:25:53
Message-ID: 54630B81.8060801@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

(2014/11/11 18:45), Etsuro Fujita wrote:
> (2014/11/10 20:05), Ashutosh Bapat wrote:
>> Since two separate issues 1. using reltargetlist instead of attr_needed
>> and 2. system columns usage in FDW are being tackled here, we should
>> separate the patch into two one for each of the issues.
>
> Agreed. Will split the patch into two.

Here are splitted patches:

fscan-reltargetlist.patch - patch for #1
postgres_fdw-syscol.patch - patch for #2

Thanks,

Best regards,
Etsuro Fujita

Attachment Content-Type Size
fscan-reltargetlist.patch text/x-diff 2.1 KB
postgres_fdw-syscol.patch text/x-diff 997 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2014-11-12 07:30:21 New storage parameter pages_per_range not mentioned in CREATE INDEX doc
Previous Message David Fetter 2014-11-12 06:43:09 Re: Final Patch for GROUPING SETS