pgsql: Remove support of backward scan in GiST. - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Remove support of backward scan in GiST.
Date
Msg-id 20081020163515.185A77545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove support of backward scan in GiST. Per discussion
http://archives.postgresql.org/pgsql-hackers/2008-10/msg00857.php

Modified Files:
--------------
    pgsql/src/backend/access/gist:
        gistget.c (r1.77 -> r1.78)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistget.c?r1=1.77&r2=1.78)

pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: pgsql: Feature T411 is not found in SQL:2003 or 2008 anymore, so it must
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Rework subtransaction commit protocol for hot standby.