Re: Expose checkpoint start/finish times into SQL.

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Theo Schlossnagle <jesus(at)omniti(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Expose checkpoint start/finish times into SQL.
Date: 2008-04-03 22:18:21
Message-ID: 20080403221821.GQ2528@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Theo Schlossnagle wrote:
> First whack at exposing the start and finish checkpoint times into SQL.

I suggest using GetCurrentTimestamp() directly instead of time_t and
converting.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Heikki Linnakangas 2008-04-03 22:21:49 Re: Expose checkpoint start/finish times into SQL.
Previous Message Alvaro Herrera 2008-04-03 22:11:17 Re: psql \G command -- send query and output using extended format