pgsql: Document the new custom scan APIs. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Document the new custom scan APIs.
Date
Msg-id E1YWOI6-0007a5-3X@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Add GUC to enable compression of full page images stored in WAL.
Next
From: Tatsuo Ishii
Date:
Subject: pgsql: Fix integer overflow in debug message of walreceiver