From 74ff28197c14de0aa709497ce707e31bb9af7253 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 7 Sep 2020 09:59:50 +0200 Subject: [PATCH] doc: Fix table cell overflow Fix one instance of a table cell overflow by adding a zero-width space. The visual impact of this is minimal, but since this is currently the only such case reported by FOP ("contents of ... exceed the available area"), it seems worth getting rid of. --- doc/src/sgml/high-availability.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index ab9e6d87ce7..beb309e668e 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -305,7 +305,7 @@ protocol to make nodes agree on a serializable transactional order. File System Repl. Write-Ahead Log Shipping Logical Repl. - Trigger-Based Repl. + Trigger-&zwsp;Based Repl. SQL Repl. Middle-ware Async. MM Repl. Sync. MM Repl.