Re: log session end - again

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: log session end - again
Date: 2004-02-04 01:03:42
Message-ID: 402044EE.7000905@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Peter Eisentraut wrote:

>Andrew Dunstan wrote:
>
>
>>This patch brings up to date what I did last year (now unfortunately
>>bitrotted) to allow the logging of the end of a session, enabled by
>>the config setting "log_session_end - true". It produces lines like
>>these:
>>
>>
>
>If we log "session" end, shouldn't we also log "session" start, rather
>than "connection" start? It seems there should be some symmetry here,
>also for the configuration parameter names.
>
>
>

OK, this version of the patch uses the config parameter name
"log_disconnections" for the sake of symmetry, and changes the message
wording slightly accordingly.

cheers

andrew

Attachment Content-Type Size
log_disconnections.patch text/plain 8.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-02-04 01:41:04 Recursive queries?
Previous Message Andrew Dunstan 2004-02-04 00:50:51 Re: [PATCHES] log session end - again

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2004-02-04 01:04:22 Re: fix memcpy() overlap
Previous Message Andrew Dunstan 2004-02-04 00:50:51 Re: [PATCHES] log session end - again