Re: Small fix for inv_getsize

From: Denis Perchine <dyp(at)perchine(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Small fix for inv_getsize
Date: 2000-11-02 17:57:10
Message-ID: 0011022357100I.31936@dyp.perchine.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> >> Hmm ... probably right, but the loop logic doesn't behave that way
> >> right now.
> >
> > Why not... Did not I explained what happend there?
>
> You didn't read the way I changed it: right now it scans all the tuples
> and takes the maximum endpoint, rather than assuming they will be read
> in any particular order.

OK. I see... I just wondering whether it is possible to use index to get the
maximum...

--
Sincerely Yours,
Denis Perchine

----------------------------------
E-Mail: dyp(at)perchine(dot)com
HomePage: http://www.perchine.com/dyp/
FidoNet: 2:5000/120.5
----------------------------------

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Denis Perchine 2000-11-02 17:59:04 Re: Small fix for inv_getsize
Previous Message Tom Lane 2000-11-02 17:53:23 Re: Small fix for inv_getsize