Skip to content

Commit 7ebea4e

Browse files
committed
Doc: suppress PDF build warning in 9.6 branch.
Fractional colwidths seem not to work in the openjade toolchain. Since we have no colwidth specs anywhere else in pre-v10 branches, let's just drop the ones introduced by commits ee59f66/35b12948a.
1 parent a39e23b commit 7ebea4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/config.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,11 +2360,11 @@ include_dir 'conf.d'
23602360
<table id="synchronous-commit-matrix">
23612361
<title>synchronous_commit Modes</title>
23622362
<tgroup cols="5">
2363-
<colspec colname="col1" colwidth="1.5*">
2364-
<colspec colname="col2" colwidth="1*">
2365-
<colspec colname="col3" colwidth="1*">
2366-
<colspec colname="col4" colwidth="1*">
2367-
<colspec colname="col5" colwidth="1*">
2363+
<colspec colname="col1">
2364+
<colspec colname="col2">
2365+
<colspec colname="col3">
2366+
<colspec colname="col4">
2367+
<colspec colname="col5">
23682368
<thead>
23692369
<row>
23702370
<entry>synchronous_commit setting</entry>

0 commit comments

Comments
 (0)