Re: Odd oid-system-column handling in postgres_fdw

From: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Odd oid-system-column handling in postgres_fdw
Date: 2016-05-11 07:44:27
Message-ID: 7368f1e7-c8a8-1677-0c6f-fe4988256bab@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2016/04/05 17:15, Etsuro Fujita wrote:
> On 2016/03/16 16:25, Etsuro Fujita wrote:
>> PG9.5 allows us to add an oid system column to foreign tables, using
>> ALTER FOREIGN TABLE SET WITH OIDS, but currently, that column reads as
>> zeroes in postgres_fdw. That seems to me like a bug. So, I'd like to
>> propose to fix that, by retrieving that column from the remote server
>> when requested. I'm attaching a proposed patch for that.

> I rebased the patch against HEAD. Updated patch attached.

I'll add this to the next CF.

Best regards,
Etsuro Fujita

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2016-05-11 07:49:27 Re: Use %u to print user mapping's umid and userid
Previous Message Etsuro Fujita 2016-05-11 07:40:34 Re: Use %u to print user mapping's umid and userid