pgsql: Doc: tweak column widths in synchronous-commit-matrix table. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: tweak column widths in synchronous-commit-matrix table.
Date
Msg-id E1kTRmt-0002Ee-6u@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: tweak column widths in synchronous-commit-matrix table.

Commit a97e85f2b caused "exceed the available area" warnings in PDF
builds.  Fine-tune colwidth values to avoid that.

Back-patch to 9.6, like the prior patch.  (This is of dubious value
before v13, since we were far from free of such warnings in older
branches.  But we might as well keep the SGML looking the same in all
branches.)

Per buildfarm.

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/35b12948ac880a3adcf61be1297809b9c19f34d3

Modified Files
--------------
doc/src/sgml/config.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: pgsql: postgres_fdw: reestablish new connection if cached one is detect
Next
From: Tom Lane
Date:
Subject: pgsql: Add missing error check in pgcrypto/crypt-md5.c.