Fix link for v12
Hi,
I noticed that v12 release notes is referencing the wrong GUC. It
should be recovery_target_timeline instead of recovery_target_time.
Patch attached.
--
Euler Taveira Timbira -
http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento
Attachments:
0001-Fix-link.patchtext/x-patch; charset=US-ASCII; name=0001-Fix-link.patchDownload
From b9f7ad43f7b368678939e230fe86e0487d9e5a96 Mon Sep 17 00:00:00 2001
From: Euler Taveira <euler@timbira.com.br>
Date: Thu, 23 May 2019 14:10:33 -0300
Subject: [PATCH] Fix link
The link should refer to recovery_target_timeline.
---
doc/src/sgml/release-12.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml
index 90999410db..90aa013b75 100644
--- a/doc/src/sgml/release-12.sgml
+++ b/doc/src/sgml/release-12.sgml
@@ -157,7 +157,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
</para>
<para>
- Specifically, <xref linkend="guc-recovery-target-time"/> now
+ Specifically, <xref linkend="guc-recovery-target-timeline"/> now
defaults to <literal>latest</literal>. Previously, it defaulted
to <literal>current</literal>.
</para>
@@ -1788,7 +1788,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
<para>
Add an explicit value of <literal>current</literal> for <xref
- linkend="guc-recovery-target-time"/> (Peter Eisentraut)
+ linkend="guc-recovery-target-timeline"/> (Peter Eisentraut)
</para>
</listitem>
--
2.11.0
On Thu, May 23, 2019 at 10:56 PM Euler Taveira <euler@timbira.com.br> wrote:
Hi,
I noticed that v12 release notes is referencing the wrong GUC. It
should be recovery_target_timeline instead of recovery_target_time.
Patch attached.
Your patch looks correct to me. I will commit it in some time unless
someone does it before or sees any problem with me committing this.
--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com
On Sat, May 25, 2019 at 8:43 AM Amit Kapila <amit.kapila16@gmail.com> wrote:
On Thu, May 23, 2019 at 10:56 PM Euler Taveira <euler@timbira.com.br> wrote:
Hi,
I noticed that v12 release notes is referencing the wrong GUC. It
should be recovery_target_timeline instead of recovery_target_time.
Patch attached.Your patch looks correct to me. I will commit it in some time unless
someone does it before or sees any problem with me committing this.
Pushed.
--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com