Re: [PATCHES] log session end - again

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCHES] log session end - again
Date: 2004-02-02 23:48:06
Message-ID: 401EE1B6.90409@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian wrote:

>Also, Andrew, on your other patch for log_session_info line, Magnus had
>the idea of giving each session an id based on the first transaction of
>the session. That seems like a useful addition to that variable, though
>I am not sure what value to give a session before it executes its first
>query.
>
>
>

We can think about that. I am planning to tackle these separately (hence
today's patch).

I did think about using a cluster-wide sequence, if we can make such a
thing (might also be useful for system generated UIDs too).

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message scott.marlowe 2004-02-02 23:51:40 Re: Seaching without accents
Previous Message Tom Lane 2004-02-02 23:44:50 Why has postmaster shutdown gotten so slow?

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-02-03 02:27:46 Re: Fix memcmp() with different sizes.
Previous Message Claudio Natoli 2004-02-02 23:26:27 Re: [pgsql-hackers-win32] Proposed dirmod.c fix for Win