Re: [HACKERS] copying a bucket to a BufFile

2005-06-07 Thread Tom Lane
[EMAIL PROTECTED] writes: > I'm trying to copy the contents of a bucket of a hash table to a BufFile. > There is a memory context for each bucket. That is, there is an array > (#nbuckets) memory contexts. That's a lot of contexts... > The server terminated abnormally here "->>> (1)" at the code

[HACKERS] copying a bucket to a BufFile

2005-06-07 Thread mchron
hi, I'm trying to copy the contents of a bucket of a hash table to a BufFile. There is a memory context for each bucket. That is, there is an array (#nbuckets) memory contexts. thus the tree of mem cxts are ... hashCxt | batchCxt | | | | BucketCxt... BucketCxt