aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-10-16 11:36:34 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2020-10-16 11:36:34 -0400
commit05e6fa8b1bcad527629bbfa04d9fc0d29ca790a2 (patch)
treefb65bffc8db41ccfe7cf26ff06505c1782ef87cf
parentc835c7ffe21dae8233d21c0ad01e3cbbe475082d (diff)
downloadpostgresql-05e6fa8b1bcad527629bbfa04d9fc0d29ca790a2.tar.gz
postgresql-05e6fa8b1bcad527629bbfa04d9fc0d29ca790a2.zip
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.
-rw-r--r--doc/src/sgml/config.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 97719dca9f6..b5e82815568 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -2654,7 +2654,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*"/>