Re: [HACKERS] About xmllint checking for the validity of postgres.xml in 9.5

2014-12-03 Thread Michael Paquier
On Wed, Dec 3, 2014 at 9:43 PM, Alvaro Herrera wrote: > Michael Paquier wrote: >> Hi all, >> >> Since commit 5d93ce2d, the output of xmllint is checked by passing >> --valid to it. Isn't that a regression with what we were doing for >> pre-9.4 versions? For example, with 9.4 and older versions it

Re: [HACKERS] About xmllint checking for the validity of postgres.xml in 9.5

2014-12-03 Thread Alvaro Herrera
Michael Paquier wrote: > Hi all, > > Since commit 5d93ce2d, the output of xmllint is checked by passing > --valid to it. Isn't that a regression with what we were doing for > pre-9.4 versions? For example, with 9.4 and older versions it is > possible to compile man pages even if the xml spec is no

Re: [HACKERS] About xmllint checking for the validity of postgres.xml in 9.5

2014-12-02 Thread Michael Paquier
On Wed, Dec 3, 2014 at 12:09 PM, Michael Paquier wrote: > Since commit 5d93ce2d, the output of xmllint is checked by passing > --valid to it. Isn't that a regression with what we were doing for > pre-9.4 versions? For example, with 9.4 and older versions it is > possible to compile man pages even

[HACKERS] About xmllint checking for the validity of postgres.xml in 9.5

2014-12-02 Thread Michael Paquier
Hi all, Since commit 5d93ce2d, the output of xmllint is checked by passing --valid to it. Isn't that a regression with what we were doing for pre-9.4 versions? For example, with 9.4 and older versions it is possible to compile man pages even if the xml spec is not entirely valid when using docbook