Re: [HACKERS] [SQL] OffsetNumber, picksplit, and GiST

2003-03-03 Thread Teodor Sigaev
Just historical reasons... Itai Zukerman wrote: I didn't get any responses on pgsql-sql, so I'm re-posting here... Is the GiST examples I've looked through, in the picksplit functions, I see code that looks roughly like this: bytea *entryvec = (bytea *) PG_GETARG_POINTER(0); OffsetNumber i, ma

Re: [HACKERS] [SQL] OffsetNumber, picksplit, and GiST

2003-02-27 Thread Itai Zukerman
I didn't get any responses on pgsql-sql, so I'm re-posting here... > Is the GiST examples I've looked through, in the picksplit functions, > I see code that looks roughly like this: > > bytea *entryvec = (bytea *) PG_GETARG_POINTER(0); > OffsetNumber i, maxoff; > > maxoff = ((VARSIZE(entryve