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.
This commit is contained in:
Tom Lane 2020-10-16 11:36:34 -04:00
parent efc9a8e980
commit 2cde0fd6fc

View File

@ -2733,7 +2733,7 @@ include_dir 'conf.d'
<table id="synchronous-commit-matrix"> <table id="synchronous-commit-matrix">
<title>synchronous_commit Modes</title> <title>synchronous_commit Modes</title>
<tgroup cols="5"> <tgroup cols="5">
<colspec colname="col1" colwidth="1.1*"/> <colspec colname="col1" colwidth="1.5*"/>
<colspec colname="col2" colwidth="1*"/> <colspec colname="col2" colwidth="1*"/>
<colspec colname="col3" colwidth="1*"/> <colspec colname="col3" colwidth="1*"/>
<colspec colname="col4" colwidth="1*"/> <colspec colname="col4" colwidth="1*"/>