[BUGS] Bug #848: Index on bigint column is unused in selects

2002-12-14 Thread pgsql-bugs
Peter Roozemaal ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Index on bigint column is unused in selects Long Description PostgreSQL 7.2 will allways do a full table scan when the index field is a bigint. even with a "where

Re: [BUGS] postmaster segfaults when pg_hba.cof is missing

2002-12-14 Thread Bruce Momjian
Patch applied to HEAD and 7.3.X. Thanks. --- Neil Conway wrote: > On Thu, 2002-12-12 at 13:13, Rudy Lippan wrote: > > I know this is a broken install, but postmaster should not segfault when > > it can't find a file. > >

Re: [BUGS] Bug #838: SSL problems in 7.3

2002-12-14 Thread Bruce Momjian
I checked through the rest of the SSL code and caught a few more cases. The strange part here is that COMMERROR is for cases where the client might not exist, and obviously you are seeing that. The problem is that these errors can happen when the client _does_ exist too. Not sure how to handle