mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Avoid extra whitespace in the arguments of <indexterm>.
As noted by Thom Brown, this confuses the DocBook index processor; it fails to merge entries that differ only in whitespace, and sorts them unexpectedly as well. Seems like a toolchain bug, but I'm not going to hold my breath waiting for a fix. Note: easiest way to find these is to look for double spaces in HTML.index.
This commit is contained in:
@@ -1080,14 +1080,15 @@ su - postgres
|
||||
pointed to works correctly with <productname>PostgreSQL</>.
|
||||
</para>
|
||||
|
||||
<indexterm><primary>cross compilation</primary></indexterm>
|
||||
|
||||
<para>
|
||||
This option is mainly aimed at binary package distributors
|
||||
who know their target operating system well. The main
|
||||
advantage of using this option is that the PostgreSQL package
|
||||
won't need to be upgraded whenever any of the many local
|
||||
daylight-saving time rules change. Another advantage is that
|
||||
PostgreSQL can be cross-compiled<indexterm><primary>cross
|
||||
compilation</primary></indexterm> more straightforwardly if the
|
||||
PostgreSQL can be cross-compiled more straightforwardly if the
|
||||
time zone database files do not need to be built during the
|
||||
installation.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user