diff options
author | Andres Freund <andres@anarazel.de> | 2022-02-15 13:44:22 -0800 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-02-15 13:52:40 -0800 |
commit | 1f6e0ce3beb45f23e4774148bd654d915be8d611 (patch) | |
tree | 4cefc48c12b8e48be28009604fd1d69180e62c77 /src/backend/utils/adt/tsvector_op.c | |
parent | 2523928b285b06242e0c669fadfc76d73bafdd66 (diff) | |
download | postgresql-1f6e0ce3beb45f23e4774148bd654d915be8d611.tar.gz postgresql-1f6e0ce3beb45f23e4774148bd654d915be8d611.zip |
docs: Work around bug in the docbook xsl stylesheets.
docbook-xsl's index generation stylesheet (autoidx.xsl) has a small bug: It
doesn't include xlink in exclude-result-prefixes. Normally just leads to a a
single xmlns:xlink in the <div> containing the index, but because our
customization emits that, xmlns:xlink intead gets added to every element
output by autoidx.xsl below the <div>, totalling around 100kB.
Adding the spurious xmlns:xlink to the <div> ourselves isn't great, but avoids
the duplication.
Reviewed-By: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/20220213201618.qz6p6noon3wagr3f%40alap3.anarazel.de
Diffstat (limited to 'src/backend/utils/adt/tsvector_op.c')
0 files changed, 0 insertions, 0 deletions