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)-
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
"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