Reposnse from backend when wrong user/database request send - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Reposnse from backend when wrong user/database request send
Date
Msg-id 20100312.134855.69971912.t-ishii@sraoss.co.jp
Whole thread Raw
Responses Re: Reposnse from backend when wrong user/database request send
List pgsql-hackers
It seems between 8.4 and CVS HEAD backend responses 'E' packet
(error/fatal message) if a startup packet sent with wrong user and/or
database. Before backend responses 'R' packet first followd by 'E'
packet.

Does anybody know why this change made? I do not againt this change
because this is correct behavior. Just Pgpool has to live with
previous behavior (it was wrong IMO) and recent change not to break
existing pgpool applications.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Dyamic updates of NEW with pl/pgsql
Next
From: Takahiro Itagaki
Date:
Subject: Re: [GENERAL] trouble with to_char('L')