Commit 7bfc0e5e authored by Bruce Momjian's avatar Bruce Momjian

Remove tab from SGML.

parent 04d9f4da
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.75 2010/06/24 19:50:25 rhaas Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.76 2010/06/28 12:30:32 momjian Exp $ -->
<chapter id="high-availability"> <chapter id="high-availability">
<title>High Availability, Load Balancing, and Replication</title> <title>High Availability, Load Balancing, and Replication</title>
...@@ -1488,7 +1488,7 @@ if (!triggered) ...@@ -1488,7 +1488,7 @@ if (!triggered)
</para> </para>
<para> <para>
Cancelled queries may be retried immediately (after beginning a new Cancelled queries may be retried immediately (after beginning a new
transaction, of course). Since query cancellation depends on transaction, of course). Since query cancellation depends on
the nature of the WAL records being replayed, a query that was the nature of the WAL records being replayed, a query that was
cancelled may succeed if it is executed again. cancelled may succeed if it is executed again.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment