projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e403c2
)
Add a note to release notes about the smart failover mode in pg_standby.
author
Heikki Linnakangas
Thu, 14 May 2009 21:01:49 +0000
(21:01 +0000)
committer
Heikki Linnakangas
Thu, 14 May 2009 21:01:49 +0000
(21:01 +0000)
doc/src/sgml/release-8.4.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-8.4.sgml
b/doc/src/sgml/release-8.4.sgml
index c280be7cda11f8a8c57ab7060afed6b9925e60ed..f6fa682ebecf844c12c852630401a62d24ff4660 100644
(file)
--- a/
doc/src/sgml/release-8.4.sgml
+++ b/
doc/src/sgml/release-8.4.sgml
@@
-1,4
+1,4
@@
-
+
@@
-3317,6
+3317,19
@@
+
+
+ Make
contrib/pg_standby> recover all available WAL before
+ failover (Fujii Masao, Simon, Heikki)
+
+
+
+ To make this safe, you now need to set the new
+
recovery_end_command> option in
recovery.conf> to
+ clean up the trigger fail after failover.
+
+
+