Re: Bogus error message about private key (not a bug).

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stefanos Harhalakis <v13(at)priest(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bogus error message about private key (not a bug).
Date: 2004-11-16 19:06:01
Message-ID: 1149.1100631961@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Stefanos Harhalakis <v13(at)priest(dot)com> writes:
> I believe that the checks in src/backend/libpq/be-secure.c:653 should be
> performed in a different order (first the access permissions and then the
> owner of the key) just to give a more appropriate message.

Changing the order of the tests wouldn't change the message, though,
'cause there's just one message. Are you suggesting more than one
message? Not sure it's worth the trouble ...

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-11-16 19:14:36 Re: libplperl.so and libperl.so
Previous Message PostgreSQL Bugs List 2004-11-16 16:36:38 BUG #1323: Bug in Driver ODBC