* Support log_hostname(Tatsuo)
* Show pgpool status in ps command(Tatsuo)
* Fix bug with prepared query(Yoshiyuki)
-
+ * Detach secondary server when "kind mismatch error" is detected(Tatsuo)
+
2006-12-12 <y-asaba@sraoss.co.jp>
* Version 3.1.2
* Allow 0 weight(Tatsuo)
o prepared objectΒ€ΓPHP PDO, Perl DBD-PgΓΓΈΓΓ»þ€Γ¼«ð²òΓü¡‘ΓΒ½Β€Γ
Β₯ΓΒ₯°€ò½€ΓΒ΅(Yoshiyuki)
+ o kind mismatch errorΒ€ΓΒ€ΓΒ€ΒΒ€Γmaster€ÀÀÀ¯‘€secondary€òΓΓΒ€ΓͺΓΒ₯€¹
+ €è€¦€Γ€·€¿(replication_stop_on_mismatch = trueΒ€ΓΒ€ΓΒ€Β)(Tatsuo)
+
3.1.2(kawakawa) 2006/12/12
o weight ۈ 0 €ò»ΓΓΓͺ€À€ë€è€¦€Γ€·€¿(Tatsuo)
exit(1);
break;
- /* fatal error occured. just exit myself... */
+ /*
+ * kind mismatch fatal error occured.
+ * notice that we need to detach secondary server
+ * and just exit myself...
+ */
case POOL_FATAL:
- notice_backend_error(1);
+ notice_backend_error(0);
exit(1);
break;