Re: review: FDW API

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: review: FDW API
Дата
Msg-id 4759.1298179700@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: review: FDW API  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> On 11.02.2011 22:50, Heikki Linnakangas wrote:
>> I spent some more time reviewing this, and working on the PostgreSQL FDW
>> in tandem. Here's an updated API patch, with a bunch of cosmetic
>> changes, and a bug fix for FOR SHARE/UPDATE.

> Another version, rebased against master branch and with a bunch of small 
> cosmetic fixes.

I've applied this after a moderate amount of editorialization.

The question of avoiding extra relkind lookups is still open.  We talked
about adding relkind to RangeTblEntry, but I wonder whether adding a new
RTEKind would be a better idea.  Haven't researched it yet.

I have a hacked-up version of contrib/file_fdw that I've been using to
test it with.  That needs some more cleanup before committing, but I
think it should not take too long.  The one thing that is kind of
annoying is that the regression tests need generated files (to insert
absolute paths) and it seems like the PGXS infrastructure doesn't know
how to clean up the generated files afterwards.  Anybody have any
thoughts about fixing that?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Documentation, window functions
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: Sync Rep v17