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 -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers