system logs - killing postgres processes
Here is what the system log shows when I manually kill the postgres processes that are hogging the CPU:
2009:01:14-16:25:42 (none) postgres[6310]: [3-1] FATAL: terminating connection due to administrator command
2009:01:14-16:25:42 (none) postgres[6310]: [3-2] STATEMENT: select distinct flow_start_day from accounting where flow_start_day < $1
2009:01:14-16:25:45 (none) postgres[13409]: [3-1] FATAL: terminating connection due to administrator command
2009:01:14-16:25:45 (none) postgres[13409]: [3-2] STATEMENT: select distinct flow_start_day from accounting where flow_start_day < $1
2009:01:14-16:25:50 (none) postgres[20236]: [3-1] FATAL: terminating connection due to administrator command
2009:01:14-16:25:50 (none) postgres[20236]: [3-2] STATEMENT: select distinct flow_start_day from accounting where flow_start_day < $1
|