Re: Added columns to pg_stat_activity

From: Neil Conway <neilc(at)samurai(dot)com>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Added columns to pg_stat_activity
Date: 2005-05-03 00:27:22
Message-ID: 4276C56A.9070105@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Magnus Hagander wrote:
> * Add session start time and last statement time to pg_stat_activity
> (we already had last-statement-time, provided command string stats were
> enabled)
> * Add the client IP address and port to pg_stat_activity

Looks pretty good -- barring any objections I'll apply this to HEAD
tomorrow or the day after (there's a room for a bit of cleanup to the
docs, but I'll do that before committing).

> I have tested on Linux (both IPV4 and Unix sockets for the address/port)
> and Win32 (naturally only IPV4).

Do you mean we only support IPv4 under Win32? (There are certainly
versions of Win32 which support IPv6.)

-Neil

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Oliver Jowett 2005-05-03 01:49:56 Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL (was Re: [HACKERS] Feature freeze date for 8.1)
Previous Message Oliver Jowett 2005-05-02 21:51:29 Re: Feature freeze date for 8.1