Re: [HACKERS] Re: Null-safe GiST interface (proposal)

2001-08-07 Thread Oleg Bartunov
Hi, please apply patch to current CVS which implements: 1. null-safe interface to GiST (as proposed in http://fts.postgresql.org/db/mw/msg.html?mid=1028327) 2. support for 'pass-by-value' arguments - to test this we used special opclass for int4 with values in range [0-2^15] More testi

[HACKERS] Re: Null-safe GiST interface (proposal)

2001-08-03 Thread Tom Lane
Oleg Bartunov <[EMAIL PROTECTED]> writes: > 2. For union and picksplit we propose to clean up NULLs from array of > keys, so support of arguments 'passed-by-value' will not require > changes of user interface. It would require some modification of current > algorithm of splitting, bu