Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cab2556

Browse filesBrowse 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 fd734f3 commit cab2556
Copy full SHA for cab2556

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed

‎doc/src/sgml/high-availability.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/high-availability.sgml
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ protocol to make nodes agree on a serializable transactional order.
429429
<entry align="center">&bull;</entry>
430430
<entry align="center"></entry>
431431
<entry align="center">&bull;</entry>
432-
<entry align="center"></entry>
432+
<entry align="center">&bull;</entry>
433433
<entry align="center"></entry>
434434
<entry align="center">&bull;</entry>
435435
</row>
@@ -471,8 +471,7 @@ protocol to make nodes agree on a serializable transactional order.
471471
concurrently on a single query. It is usually accomplished by
472472
splitting the data among servers and having each server execute its
473473
part of the query and return results to a central server where they
474-
are combined and returned to the user. <productname>Pgpool-II</productname>
475-
has this capability. Also, this can be implemented using the
474+
are combined and returned to the user. This can be implemented using the
476475
<productname>PL/Proxy</productname> tool set.
477476
</para>
478477

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.