diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-11-08 16:22:39 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-11-08 16:22:39 -0500 |
commit | 7ebea4e224ca826e6c7abc6c682701485cd634f6 (patch) | |
tree | 124d34c52bd5dcf9f4acbcf511dac1600881c0d7 | |
parent | a39e23b8c8d7ae0744619a5e7a14bcc907b696f9 (diff) |
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.
-rw-r--r-- | doc/src/sgml/config.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index ca590d45bff..f091b084956 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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> |