Re: Order of pg_stat_activity timestamp columns - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Order of pg_stat_activity timestamp columns
Date
Msg-id 4BA100AD020000250002FE70@gw.wicourts.gov
Whole thread Raw
In response to Order of pg_stat_activity timestamp columns  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Order of pg_stat_activity timestamp columns
Re: Order of pg_stat_activity timestamp columns
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> wrote:
>  xact_start       | timestamp with time zone |
>  query_start      | timestamp with time zone |
>  backend_start    | timestamp with time zone |
> Should we move query_start?
It would scan better, to my mind, if we moved backend_start ahead of
xact_start.
And paint it red.
-Kevin


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Order of pg_stat_activity timestamp columns
Next
From: Tom Lane
Date:
Subject: Re: An idle thought