pgsql: Fix the way GetExistingLocalJoinPath is documented. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix the way GetExistingLocalJoinPath is documented.
Date
Msg-id E1absri-0003O0-85@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: postgres_fdw: When sending ORDER BY, always include NULLS FIRST/
Next
From: Robert Haas
Date:
Subject: pgsql: Fix query-based tab completion for multibyte characters.