pgsql: Docs: fix erroneously-given function name.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Docs: fix erroneously-given function name.
Date: 2015-12-24 15:50:09
Message-ID: E1aC89Z-0003H2-R0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Docs: fix erroneously-given function name.

pg_replication_session_is_setup() exists nowhere; apparently this is
meant to refer to pg_replication_origin_session_is_setup().

Adrien Nayrat

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/71dd092c0177af14a00bbb18a8aebbed0d389f05

Modified Files
--------------
doc/src/sgml/func.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-12-24 16:38:46 pgsql: Remove unnecessary row ordering dependency in pg_rewind test sui
Previous Message Tom Lane 2015-12-24 15:43:18 pgsql: Fix factual and grammatical errors in comments for struct _table