Re: Custom Scan APIs (Re: Custom Plan node)
Kouhei Kaigai <kaigai@ak.jp.nec.com>
From: KaiGai Kohei <kaigai@ak.jp.nec.com>
To: Shigeru Hanada <shigeru.hanada@gmail.com>,
Kohei KaiGai <kaigai@kaigai.gr.jp>
Cc: Jim Mlodgenski <jimmy76@gmail.com>, Robert Haas <robertmhaas@gmail.com>,
Tom Lane <tgl@sss.pgh.pa.us>, PgHacker <pgsql-hackers@postgresql.org>,
Peter Eisentraut <peter_e@gmx.net>
Date: 2013-12-16T07:38:41Z
Lists: pgsql-hackers
Attachments
- pgsql-v9.4-custom-scan.part-1.v4.patch (text/plain) patch v9
- pgsql-v9.4-custom-scan.part-2.v4.patch (text/plain) patch v9
- pgsql-v9.4-custom-scan.part-3.v4.patch (text/plain) patch v9
Hi Hanada-san, (2013/12/16 14:15), Shigeru Hanada wrote: > I'm sorry to post separately, but I have some comments on document. > > (1) ctidscan > Is session_preload_libraries available to enable the feature, like > shared_*** and local_***? According to my trial it works fine like > two similar GUCs. > It shall be available; nothing different from the two parameters that we have supported for long time. Sorry, I missed the new feature to mention about. > (2) postgres_fdw > JOIN push--down is a killer application of Custom Scan Provider > feature, so I think it's good to mention it in the "Remote Query > Optimization" section. > I added an explanation about remote join execution on the section. Probably, it help users understand why Custom Scan node is here instead of Join node. Thanks for your suggestion. Best regards, -- OSS Promotion Center / The PG-Strom Project KaiGai Kohei <kaigai@ak.jp.nec.com>
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
- 784e762e886e 9.4.0 cited