pgsql: Document the new custom scan APIs.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document the new custom scan APIs.
Date: 2015-03-13 12:02:10
Message-ID: E1YWOI6-0007a5-3X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document the new custom scan APIs.

These APIs changed somewhat subsequent to the initial commit, and may
change further in the future, but let's document what we have today.

KaiGai Kohei and Robert Haas, reviewed by Tom Lane and Thom Brown

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/82fe8b1119e4187f3d991564274607b0b4089aca

Modified Files
--------------
doc/src/sgml/custom-scan.sgml | 285 +++++++++++++++++++++++++++++++++++++++++
doc/src/sgml/filelist.sgml | 1 +
doc/src/sgml/postgres.sgml | 1 +
3 files changed, 287 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2015-03-13 23:25:04 pgsql: Fix integer overflow in debug message of walreceiver
Previous Message Michael Paquier 2015-03-13 09:17:38 Re: pgsql: Add GUC to enable compression of full page images stored in WAL.