pgsql: Doc: hack on table 26.1 till it fits in PDF format. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: hack on table 26.1 till it fits in PDF format.
Date
Msg-id E1jZMai-0008Ni-1x@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: hack on table 26.1 till it fits in PDF format.

I abbreviated the heck out of the column headings, and made a few
small wording changes, to get it to build warning-free.  I can't
say that the result is pretty, but it's probably better than
removing this table entirely.

As of this commit, we have zero "exceed the available area" warnings
in a US-letter PDF build, and one such warning (about an 863-millipoint
overrun) in an A4 build.  I expect to get rid of that one by renaming
wait events, so I'm not doing anything about it at the formatting
level.

Discussion: https://postgr.es/m/6916.1589146280@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2e619f86a96c32a710a09a4ff555952746813ba8

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 56 ++++++++++++++++++++-----------------
1 file changed, 30 insertions(+), 26 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Initial pgindent and pgperltidy run for v13.
Next
From: Michael Paquier
Date:
Subject: pgsql: Remove duplicated comment block in event_trigger.c