From 28c56553cb39174d0d33e5ed8200dc5e508ba5d8 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Thu, 17 Aug 2017 10:37:12 -0400
Subject: [PATCH] doc: Fix table column count

Author: Erik Rijkers <er@xs4all.nl>
---
 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 1a152cf1187..6c54fbd40d8 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -301,7 +301,7 @@ protocol to make nodes agree on a serializable transactional order.
 
  <table id="high-availability-matrix">
   <title>High Availability, Load Balancing, and Replication Feature Matrix</title>
-  <tgroup cols="8">
+  <tgroup cols="9">
    <thead>
     <row>
      <entry>Feature</entry>