pgsql: Fix warnings in man page build - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix warnings in man page build
Date
Msg-id E1eu0OO-0006md-TF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix warnings in man page build

The changes in the CREATE POLICY man page from commit
87c2a17fee784c7e1004ba3d3c5d8147da676783 triggered a stylesheet bug that
created some warning messages and incorrect output.  This installs a
workaround.

Also improve the whitespace a bit so it looks better.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/cccba8b768d60c3f709298075c8795b8142e39ad

Modified Files
--------------
doc/src/sgml/ref/create_policy.sgml | 9 +++------
doc/src/sgml/stylesheet-man.xsl     | 6 ++++++
2 files changed, 9 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add test scaffolding for exercising optimizer'spredicate-proof
Next
From: Robert Haas
Date:
Subject: pgsql: Correctly assess parallel-safety of tlists when SRFs are used.