Re: [HACKERS] Concurrence GiST

2004-02-16 Thread Teodor Sigaev
Christopher Kings-Lynne wrote: Hey Teodor, How's this going? I think you were looking at the same paper I was reading about GiST indexes. I found the GiST source code somewhat over my head, however. I hope you'll still working on it and haven't given up! I hoped begining of year will be qu

Re: [HACKERS] Concurrence GiST

2004-02-15 Thread Christopher Kings-Lynne
Hey Teodor, How's this going? I think you were looking at the same paper I was reading about GiST indexes. I found the GiST source code somewhat over my head, however. I hope you'll still working on it and haven't given up! Chris Teodor Sigaev wrote: Hi! I'll have time and wish to work on

Re: [HACKERS] Concurrence GiST

2003-12-30 Thread Tom Lane
Teodor Sigaev <[EMAIL PROTECTED]> writes: > I can use NSN (node sequence number) and I find recommendation to use > LSN (WAL log sequence number) as NSN. NSN must be stored in page and I > found that page (PageHeaderData struct) already has XLogRecPtr for > storing LSN. My question is: who is manag