Re: monitoring.sgml missing tag

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>, Erik Rijkers <er(at)xs4all(dot)nl>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: monitoring.sgml missing tag
Date: 2017-04-07 22:34:51
Message-ID: befca0b1-f6f7-b634-6f95-1679f80d4a18@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 4/7/17 16:50, Andres Freund wrote:
> On 2017-04-07 22:47:55 +0200, Erik Rijkers wrote:
>> monitoring.sgml has one </row> tag missing
>
> Is that actually an issue? SGML allows skipping certain close tags, and
> IIRC row is one them.

The issue is a weird one. For some reason, older tool chains complain
about this, but newer ones only complain about it when you use certain
warning options. The mistake here was basically that the osx calls in
the makefile didn't enable those options, so users of newer tool chains
didn't see any complaints. I have fixed that now.

For clarification, SGML allows applications of SGML to declare whether
they want to allow omitting tags. HTML (<5) does so. DocBook does not.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Claudio Freire 2017-04-07 22:43:39 Re: Vacuum: allow usage of more than 1GB of work mem
Previous Message Michael Paquier 2017-04-07 22:32:57 Re: SCRAM authentication, take three