Re: [HACKERS] 6.5 beta and ORDER BY patch

From: jwieck(at)debis(dot)com (Jan Wieck)
To: maillist(at)candle(dot)pha(dot)pa(dot)us (Bruce Momjian)
Cc: Inoue(at)tpf(dot)co(dot)jp, hannu(at)trust(dot)ee, daveh(at)insightdist(dot)com, jwieck(at)debis(dot)com, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] 6.5 beta and ORDER BY patch
Date: 1999-05-10 14:49:11
Message-ID: m10grMl-000EBXC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> It is my assumption this has been applied to 6.5 beta, right?

Don't know. Hiroshi - do you see your code anywhere?

Jan

>
> [Charset iso-8859-1 unsupported, filtering to ASCII...]
> > Hello all,
> >
> > > -----Original Message-----
> > > From: owner-pgsql-hackers(at)postgreSQL(dot)org
> > > [mailto:owner-pgsql-hackers(at)postgreSQL(dot)org]On Behalf Of Hannu Krosing
> > > Sent: Thursday, February 04, 1999 3:43 AM
> > > To: Jan Wieck
> > > Cc: hackers(at)postgreSQL(dot)org
> > > Subject: Re: [HACKERS] 6.5 beta and ORDER BY patch
> > >
> >
> > [snip]
> >
> > >
> > > After that the reverse index scans, so that the index that are
> > > backwards can also be used for sorting.
> > > BTW, can this be easily implemented/effective in PostgreSQL or are
> > > our btree indexes optimised for forward scans ?
> > >
> >
> > PostgreSQL seems to have the ability to scan Index backward
> > because we can execute "fetch backward" command.
> > IMHO _bt_first() fucntion used to find first item in a scan should
> > be changed to work well in case of backward positioning.
> >
> > I think this change also gives the partial solution for the problem
> > [ [HACKERS] Cursor Movement - Past the End ] reported by
> > David Hartwig.
> >
> > I have a sample code for this change.
> > I can send it if someone want to check or test it.
> >
> > Thanks.
> >
> > Hiroshi Inoue
> > Inoue(at)tpf(dot)co(dot)jp
> >
> >
>
>
> --
> Bruce Momjian | http://www.op.net/~candle
> maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
>
>

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#======================================== jwieck(at)debis(dot)com (Jan Wieck) #

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 1999-05-10 14:53:20 Re: [HACKERS] parser enhancement request for 6.5
Previous Message Jan Wieck 1999-05-10 14:47:26 Re: [HACKERS] 6.5 beta and ORDER BY patch