From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: 2 forks for md5? |
Date: | 2005-09-22 23:20:56 |
Message-ID: | 200509222320.j8MNKuH25794@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Andrew Dunstan wrote:
> Tom Lane said:
> > Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> >> I turned on passwords and did see duplicate connections:
> >
> >> LOG: connection received: host=[local]
> >> LOG: connection received: host=[local]
> >> LOG: connection authorized: user=postgres database=test
> >> LOG: disconnection: session time: 0:00:00.61 user=postgres
> >> database=test host=[local]
> >
>
> >
> > One answer is to downgrade the "connection received" to a DEBUGn
> > message, so that it's only seen by those who presumably have something
> > of a clue. I don't really care for this, but you could certainly argue
> > that the other messages are sufficient for normal purposes.
>
>
> Why not INFO?
Yea, we could do that, but does it make sense to downgrade the
connection message, especially since the "connection authorized" message
doesn't contain the hostname. We would have to add the host name to the
"connection authorized" message and at that point there is little need
for the "connection received" message.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-09-22 23:25:03 | Re: Table Partitioning is in 8.1 |
Previous Message | Bruce Momjian | 2005-09-22 23:18:28 | Re: 2 forks for md5? |