Re: [HACKERS] Minor typo in doc: replication-origins.sgml

2015-04-30 Thread Magnus Hagander
On Thu, Apr 30, 2015 at 7:23 AM, Amit Langote langote_amit...@lab.ntt.co.jp
 wrote:

 Hi,

 Attached does:

 s/pg_replication_origin_xact-setup/pg_replication_origin_xact_setup/g

 or, (s/-/_/g)


Applied, thanks.


-- 
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


[HACKERS] Minor typo in doc: replication-origins.sgml

2015-04-29 Thread Amit Langote
Hi,

Attached does:

s/pg_replication_origin_xact-setup/pg_replication_origin_xact_setup/g

or, (s/-/_/g)

Thanks,
Amit
diff --git a/doc/src/sgml/replication-origins.sgml b/doc/src/sgml/replication-origins.sgml
index c531022..0cd08ee 100644
--- a/doc/src/sgml/replication-origins.sgml
+++ b/doc/src/sgml/replication-origins.sgml
@@ -60,7 +60,7 @@
   function. Additionally the acronymLSN/acronym and commit
   timestamp of every source transaction can be configured on a per
   transaction basis using
-  link linkend=pg-replication-origin-xact-setupfunctionpg_replication_origin_xact-setup()/function/link.
+  link linkend=pg-replication-origin-xact-setupfunctionpg_replication_origin_xact_setup()/function/link.
   If that's done replication progress will be persist in a crash safe
   manner. Replay progress for all replication origins can be seen in the
   link linkend=catalog-pg-replication-origin-status

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