Skip to content

Commit 9baf5d6

Browse files
committed
Doc: fix high availability solutions comparison.
In "High Availability, Load Balancing, and Replication" chapter, certain descriptions of Pgpool-II were not correct at this point. It does not need conflict resolution. Also "Multiple-Server Parallel Query Execution" is not supported anymore. Discussion: https://postgr.es/m/20200726.230128.53842489850344110.t-ishii%40sraoss.co.jp Author: Tatsuo Ishii Reviewed-by: Bruce Momjian Backpatch-through: 9.5
1 parent b6608ae commit 9baf5d6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/src/sgml/high-availability.sgml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ protocol to make nodes agree on a serializable transactional order.
404404
<entry align="center">&bull;</entry>
405405
<entry align="center">&bull;</entry>
406406
<entry align="center">&bull;</entry>
407-
<entry align="center"></entry>
407+
<entry align="center">&bull;</entry>
408408
<entry align="center"></entry>
409409
<entry align="center">&bull;</entry>
410410
</row>
@@ -446,9 +446,8 @@ protocol to make nodes agree on a serializable transactional order.
446446
concurrently on a single query. It is usually accomplished by
447447
splitting the data among servers and having each server execute its
448448
part of the query and return results to a central server where they
449-
are combined and returned to the user. <productname>Pgpool-II</>
450-
has this capability. Also, this can be implemented using the
451-
<productname>PL/Proxy</> tool set.
449+
are combined and returned to the user. This can be implemented using the
450+
<productname>PL/Proxy</productname> tool set.
452451
</para>
453452

454453
</listitem>

0 commit comments

Comments
 (0)