Skip to content

Commit bc49f87

Browse files
committed
Doc: tweak column widths in synchronous-commit-matrix table.
Commit a97e85f 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.
1 parent 7fc1a81 commit bc49f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2786,7 +2786,7 @@ include_dir 'conf.d'
27862786
<table id="synchronous-commit-matrix">
27872787
<title>synchronous_commit Modes</title>
27882788
<tgroup cols="5">
2789-
<colspec colname="col1" colwidth="1.1*"/>
2789+
<colspec colname="col1" colwidth="1.5*"/>
27902790
<colspec colname="col2" colwidth="1*"/>
27912791
<colspec colname="col3" colwidth="1*"/>
27922792
<colspec colname="col4" colwidth="1*"/>

0 commit comments

Comments
 (0)