pgsql: Fix the way GetExistingLocalJoinPath is documented.

Lists: pgsql-committers
From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix the way GetExistingLocalJoinPath is documented.
Date: 2016-03-04 16:46:10
Message-ID: E1absri-0003O0-85@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Fix the way GetExistingLocalJoinPath is documented.

The old approach made it look like it was an FDW callback, which it
is not.

Per a gripe from Stephen Frost. Patch by me, reviewed by Ashutosh
Bapat.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/33b5eab7ab82a355629257f1b11fd9fcf4ff6f28

Modified Files
--------------
doc/src/sgml/fdwhandler.sgml | 25 +++++++------------------
1 file changed, 7 insertions(+), 18 deletions(-)