Re: [HACKERS] [PATCH] Documentation bug in 9.5/ master - pg_replication_origin_session_setup

2015-10-08 Thread Robert Haas
On Wed, Oct 7, 2015 at 2:38 AM, Pallavi Sontakke
 wrote:
> Hi All,
>
> There appears to be a typo error in documentation of this function. Actual
> function is 'pg_replication_origin_session_setup' while documentation has it
> as 'pg_replication_origin_setup_session'.
>
> Please find patch for 9.5 and master attached.

Thanks, committed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


[HACKERS] [PATCH] Documentation bug in 9.5/ master - pg_replication_origin_session_setup

2015-10-07 Thread Pallavi Sontakke
Hi All,

There appears to be a typo error in documentation of this function. Actual
function is 'pg_replication_origin_session_setup' while documentation has
it as 'pg_replication_origin_setup_session'.

Please find patch for 9.5 and master attached.

Thanks,
Pallavi
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 262f5ee..48af3ec 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -17411,7 +17411,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
 
  pg_replication_origin_session_setup
 
-pg_replication_origin_setup_session(node_name text)
+pg_replication_origin_session_setup(node_name text)


 void
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 897ed64..e0503c1 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -17436,7 +17436,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
 
  pg_replication_origin_session_setup
 
-pg_replication_origin_setup_session(node_name text)
+pg_replication_origin_session_setup(node_name text)


 void

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers