Re: [HACKERS] Re: [PATCHES] Raymond Toy: Case sensitivity bug with large objects! - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: [HACKERS] Re: [PATCHES] Raymond Toy: Case sensitivity bug with large objects!
Date
Msg-id 46cd902193c8b347e4c3c1f3b6b0da63
Whole thread Raw
In response to [HACKERS] Re: [PATCHES] Raymond Toy: Case sensitivity bug with large objects!  ("Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>)
List pgsql-hackers
On Thu, 5 Jun 1997, Bruce Momjian wrote:

> > Also, please change vacuum:
> >
> >         /* don't vacuum large objects for now - something breaks when we do */
> >         if ( (strlen(rname) > 4) && rname[0] == 'X' &&
> >                 rname[1] == 'i' && rname[2] == 'n' &&
> >                 (rname[3] == 'v' || rname[3] == 'x'))
> >
> > There may be other places...
>
> Thanks.  Fixed.
>
> I looked through the code for 'X', and it looks like that is the only
> place left.
>
> The lack of case-sensitivity could cause tables that start with xinv* to
> be confused as large objects.
>
> What do we do?

    That was why I thought we hadn't done it previously :(

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org

------------------------------

pgsql-hackers by date:

Previous
From: Michael Reifenberger
Date:
Subject: Re: [HACKERS] FATAL 1:btree: items are out of order
Next
From: Michael Reifenberger
Date:
Subject: Re: [HACKERS] FATAL 1:btree: items are out of order