pgsql: Doc: hack on table 26.1 till it fits in PDF format.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: hack on table 26.1 till it fits in PDF format.
Date: 2020-05-14 22:44:36
Message-ID: E1jZMai-0008Ni-1x@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-05-14 23:21:31 pgsql: Remove duplicated comment block in event_trigger.c
Previous Message Tom Lane 2020-05-14 17:07:05 pgsql: Initial pgindent and pgperltidy run for v13.