pgsql: Doc: tweak column widths in synchronous-commit-matrix table.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: tweak column widths in synchronous-commit-matrix table.
Дата
Msg-id E1kTRmt-0002EY-5v@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b1452f5c09f055e8511fdcaf26c7b267cbbf6b4f

Modified Files
--------------
doc/src/sgml/config.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: pgsql: postgres_fdw: reestablish new connection if cached one is detect
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add missing error check in pgcrypto/crypt-md5.c.