Re: [BUGS] Autovacuum vacuums not setting start time in pg_stat_activity

2007-06-12 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > Should this be backpatched if changed in 8.3? I'd vote no; it's pretty hard to argue that it's a bug fix as opposed to a cosmetic improvement. regards, tom lane ---(end of broadcast)-

Re: [BUGS] Autovacuum vacuums not setting start time in pg_stat_activity

2007-06-12 Thread Alvaro Herrera
Tom Lane wrote: > "Jim Nasby" <[EMAIL PROTECTED]> writes: > > This is on a 8.2.3 database; vacuums started by autovacuum don't get > > their query_start time set. > > Hmm. Query_start is actually defined as "time of last client command > receipt", so it's null just like client_addr/port are. N

Re: [BUGS] Autovacuum vacuums not setting start time in pg_stat_activity

2007-06-12 Thread Tom Lane
"Jim Nasby" <[EMAIL PROTECTED]> writes: > This is on a 8.2.3 database; vacuums started by autovacuum don't get > their query_start time set. Hmm. Query_start is actually defined as "time of last client command receipt", so it's null just like client_addr/port are. Not sure if there's anything