]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: tweak column widths in synchronous-commit-matrix table.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Oct 2020 15:36:34 +0000 (11:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Oct 2020 15:36:34 +0000 (11:36 -0400)
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.

doc/src/sgml/config.sgml

index 6abccb297160fc43472fbd155582664597b7dbbc..8196a2f923cc57e3a4ffd850509818d5249e0fe3 100644 (file)
@@ -2515,7 +2515,7 @@ include_dir 'conf.d'
        <table id="synchronous-commit-matrix">
         <title>synchronous_commit Modes</title>
         <tgroup cols="5">
-         <colspec colname="col1" colwidth="1.1*"/>
+         <colspec colname="col1" colwidth="1.5*"/>
          <colspec colname="col2" colwidth="1*"/>
          <colspec colname="col3" colwidth="1*"/>
          <colspec colname="col4" colwidth="1*"/>