The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/10/static/install-requirements.html
Description:
On the page
https://www.postgresql.org/docs/10/static/install-requirements.html
the line
"GNU Flex and Bison are needed to build from a Git
The comment form mangled my diff.
---
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index a922819..141494c 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -289,7 +289,7 @@ su - postgres
yacc
- GNU Flex and Bi
Hi,
Does anyone know why I'd see this difference in "make docs" performance?
1. On macOS using Apple's /usr/bin/xsltproc (--version says libxml
20902, libxslt 10128 and libexslt 817), it builds in a few minutes but
produces warnings like this:
postgres.sgml:408: element biblioentry: validity er
Hello Thomas,
25.11.2017 06:38, Thomas Munro wrote:
Hi,
Does anyone know why I'd see this difference in "make docs" performance?
Can you show the output of
make XSLTPROCFLAGS="--profile" -C doc/src/sgml/html
or
make XSLTPROCFLAGS="--profile" docs
?
--
Alexander Lakhin
Postgres Professiona
Thomas Munro writes:
> Does anyone know why I'd see this difference in "make docs" performance?
> 1. On macOS using Apple's /usr/bin/xsltproc (--version says libxml
> 20902, libxslt 10128 and libexslt 817), it builds in a few minutes but
> produces warnings like this:
> postgres.sgml:408: eleme
I wrote:
> ... I wonder whether Apple are using more
> aggressive optimization flags than other people. OTOH, while it would
> not surprise me if Apple put some work into making zlib go fast, it
> seems less likely that they'd expend effort or risk on xsltproc.
I checked Fedora 26 and found that
On Sat, Nov 25, 2017 at 4:57 PM, Alexander Lakhin wrote:
> Can you show the output of
> make XSLTPROCFLAGS="--profile" -C doc/src/sgml/html
> or
> make XSLTPROCFLAGS="--profile" docs
> ?
Hi Alexander, please see attached.
--
Thomas Munro
http://www.enterprisedb.com
macports-make-docs-log-prof
Hello,
23.11.2017 17:53, Peter Eisentraut wrote:
On 11/15/17 16:06, Peter Eisentraut wrote:
Here is the final patch set for the conversion.
I have committed this.
Great! Thank you for your work!
And in light of possible need to convert to xml older branches too,
maybe we should simplify INSTA
25.11.2017 07:49, Thomas Munro wrote:
On Sat, Nov 25, 2017 at 4:57 PM, Alexander Lakhin
wrote:
Can you show the output of make XSLTPROCFLAGS="--profile" -C
doc/src/sgml/html or make XSLTPROCFLAGS="--profile" docs ?
Hi Alexander, please see attached.
Thanks! Just to compare your results with