* 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;