Re: [HACKERS] Exclude pg_internal.init from base backup - Mailing list pgsql-hackers

From Haribabu Kommi
Subject Re: [HACKERS] Exclude pg_internal.init from base backup
Date
Msg-id CAJrrPGdkL8TFk+-VivrW637js0v_KM=ub4pBFy=Nf0bpafByhw@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Exclude pg_internal.init from base backup  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: [HACKERS] Exclude pg_internal.init from base backup  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers


On Wed, Nov 8, 2017 at 11:11 AM, Michael Paquier <michael.paquier@gmail.com> wrote:
On Wed, Nov 8, 2017 at 9:04 AM, Haribabu Kommi <kommi.haribabu@gmail.com> wrote:
> The commit 98267e missed to check the empty SGML tag, attached patch
> fixes the same.

        <listitem>
         <para>
-         <filename>pg_internal.init (found in multiple directories)</>
+         <filename>pg_internal.init (found in multiple directories)</filename>
         </para>
        </listitem>
What has been committed in 98267ee and what is proposed here both look
incorrect to me. The markup filename ought to be used only with file
names, so "(found in multiple directories)" should not be within it.
Simon's commit is not wrong with the markup usage by the way.

Thanks for the correction. I was not much aware of SGML markup usage.
While building the documentation, it raises an warning message of "empty end-tag".
So I just added the end tag. Attached the update patch with the suggested correction.

Regards,
Hari Babu
Fujitsu Australia
Attachment

pgsql-hackers by date:

Previous
From: Nico Williams
Date:
Subject: Re: [HACKERS] MERGE SQL Statement for PG11
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Exclude pg_internal.init from base backup