diff -r 49603d860cf7 heartbeat/pgsql
--- a/heartbeat/pgsql	Thu Sep 02 10:17:59 2010 +0900
+++ b/heartbeat/pgsql	Thu Sep 02 10:20:31 2010 +0900
@@ -422,13 +422,6 @@
     rc=$?
     if [ $rc -ne  0 ]; then
 	ocf_log $loglevel "PostgreSQL $OCF_RESKEY_pgdb isn't running"
-        if [ $rc -eq 1 ]; then
-            ocf_log err "Fatal error (out of memory, file not found, etc.) occurred while executing the psql command."
-        elif [ $rc -eq 2 ]; then
-            ocf_log $loglevel "Connection error (connection to the server went bad and the session was not interactive) occurred while executing the psql command."
-        elif [ $rc -eq 3 ]; then
-            ocf_log err "Script error (the variable ON_ERROR_STOP was set) occurred while executing the psql command."
-        fi
 	return $OCF_ERR_GENERIC
     fi
 
