mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 17:50:43 -04:00
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 ee59f669b/35b12948a.
This commit is contained in:
parent
a39e23b8c8
commit
7ebea4e224
1 changed files with 5 additions and 5 deletions
|
|
@ -2360,11 +2360,11 @@ include_dir 'conf.d'
|
|||
<table id="synchronous-commit-matrix">
|
||||
<title>synchronous_commit Modes</title>
|
||||
<tgroup cols="5">
|
||||
<colspec colname="col1" colwidth="1.5*">
|
||||
<colspec colname="col2" colwidth="1*">
|
||||
<colspec colname="col3" colwidth="1*">
|
||||
<colspec colname="col4" colwidth="1*">
|
||||
<colspec colname="col5" colwidth="1*">
|
||||
<colspec colname="col1">
|
||||
<colspec colname="col2">
|
||||
<colspec colname="col3">
|
||||
<colspec colname="col4">
|
||||
<colspec colname="col5">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>synchronous_commit setting</entry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue