pgsql: Fix the way GetExistingLocalJoinPath is documented.

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
Thread:
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-03-04 16:58:04 pgsql: Fix query-based tab completion for multibyte characters.
Previous Message Robert Haas 2016-03-04 16:40:25 pgsql: postgres_fdw: When sending ORDER BY, always include NULLS FIRST/