Re: GiST patches for 7.2 (please apply) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: GiST patches for 7.2 (please apply)
Date
Msg-id 8351.998494792@sss.pgh.pa.us
Whole thread Raw
In response to GiST patches for 7.2 (please apply)  (Oleg Bartunov <oleg@sai.msu.su>)
Responses Re: GiST patches for 7.2 (please apply)
List pgsql-hackers
Looking at the revised version of initGISTstate, I am thinking that
I missed a step in updating the main indexing code for the new
pg_opclass definition.  It seems to me that if opckeytype is not 0,
that datatype ought to be used to declare the index column type from
the beginning.  Then initGISTstate wouldn't need to go through all
these pushups to develop a correct tuple descriptor for the index.

Any objections?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Florian Weimer
Date:
Subject: Escaping strings for inclusion into SQL queries
Next
From: Oleg Bartunov
Date:
Subject: Re: GiST patches for 7.2 (please apply)