[PATCH] Fix <literal> tags in func.sgml

Started by Noboru Saito11 months ago6 messageshackers
Jump to latest
#1Noboru Saito
noborusai@gmail.com

Hi,

Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a
single <literal> tag, which was incorrect.
This patch separates them into two distinct <literal> tags for better
semantic correctness.

Please review and apply if appropriate.
Noboru Saito

Attachments:

fix-literal-tag.difftext/x-patch; charset=US-ASCII; name=fix-literal-tag.diffDownload+1-1
#2Daniel Gustafsson
daniel@yesql.se
In reply to: Noboru Saito (#1)
Re: [PATCH] Fix <literal> tags in func.sgml

On 8 May 2025, at 08:36, Noboru Saito <noborusai@gmail.com> wrote:

Hi,

Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a
single <literal> tag, which was incorrect.
This patch separates them into two distinct <literal> tags for better
semantic correctness.

Thanks for the patch, it looks correct to me so I will apply it in a bit.

--
Daniel Gustafsson

#3Tatsuo Ishii
t-ishii@sra.co.jp
In reply to: Noboru Saito (#1)
Re: [PATCH] Fix <literal> tags in func.sgml

Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a
single <literal> tag, which was incorrect.

Agreed.

This patch separates them into two distinct <literal> tags for better
semantic correctness.

Please review and apply if appropriate.
Noboru Saito

Looks good to me.

Best regards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp

#4Tatsuo Ishii
t-ishii@sra.co.jp
In reply to: Daniel Gustafsson (#2)
Re: [PATCH] Fix <literal> tags in func.sgml

On 8 May 2025, at 08:36, Noboru Saito <noborusai@gmail.com> wrote:

Hi,

Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a
single <literal> tag, which was incorrect.
This patch separates them into two distinct <literal> tags for better
semantic correctness.

Thanks for the patch, it looks correct to me so I will apply it in a bit.

Sorry I havent' noticed your email when I posted. Please go ahead.

Best regards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp

#5Michael Paquier
michael@paquier.xyz
In reply to: Noboru Saito (#1)
Re: [PATCH] Fix <literal> tags in func.sgml

On Thu, May 08, 2025 at 03:36:53PM +0900, Noboru Saito wrote:

Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a
single <literal> tag, which was incorrect.
This patch separates them into two distinct <literal> tags for better
semantic correctness.

Indeed, good catch. It looks like I've fat-fingered the tag in
97957fdbaa42. The suggested patch looks OK here.
--
Michael

#6Noboru Saito
noborusai@gmail.com
In reply to: Daniel Gustafsson (#2)
Re: [PATCH] Fix <literal> tags in func.sgml

Thanks to all the hackers for your quick response.

2025年5月8日(木) 15:44 Daniel Gustafsson <daniel@yesql.se>:

Show quoted text

On 8 May 2025, at 08:36, Noboru Saito <noborusai@gmail.com> wrote:

Hi,

Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a
single <literal> tag, which was incorrect.
This patch separates them into two distinct <literal> tags for better
semantic correctness.

Thanks for the patch, it looks correct to me so I will apply it in a bit.

--
Daniel Gustafsson