From: | Shigeru Hanada <shigeru(dot)hanada(at)gmail(dot)com> |
---|---|
To: | Kohei KaiGai <kaigai(at)kaigai(dot)gr(dot)jp> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>, Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com>, Martijn van Oosterhout <kleptog(at)svana(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: pgsql_fdw, FDW for PostgreSQL server |
Date: | 2012-02-08 11:51:29 |
Message-ID: | 4F3261C1.5090808@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
(2012/02/06 17:37), Shigeru Hanada wrote:
> I'll post revised patches soon.
Attached revised patches. Changes from last version are below.
[fdw_helper_v3.patch]
none
[pgsql_fdw_v7.patch]
* Don't abort remote transaction before starting remote transaction.
* Add _PQ_init/_PQ_fini functions
* Fix some typos in comments.
* Revise transaction management section in document.
* Update EXPLAIN sample in document.
[pgsql_fdw_]
* Avoid redundant evaluation of pushed-down quals.
* Fix some typos in comments.
* Update EXPLAIN sample in document.
Regards,
--
Shigeru Hanada
Attachment | Content-Type | Size |
---|---|---|
fdw_helper_v5.patch | text/plain | 12.8 KB |
pgsql_fdw_v7.patch | text/plain | 104.9 KB |
pgsql_fdw_pushdown_v3.patch | text/plain | 36.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Christian Nicolaisen | 2012-02-08 12:17:50 | Re: patch : Allow toast tables to be moved to a different tablespace |
Previous Message | Marko Kreen | 2012-02-08 11:51:16 | Re: Speed dblink using alternate libpq tuple storage |