Re: [GENERAL] large tuple

2000-11-28 Thread Tom Lane
Kenneth Been <[EMAIL PROTECTED]> writes: > 2. I ran "make clean" before running "make". Maybe there is > a problem with the dependencies in the makefiles? There are no dependencies in the Makefiles, unless you did "make depend". "make clean" is usually necessary after changing any widely-used h

Re: [GENERAL] large tuple

2000-11-28 Thread Kenneth Been
Well, I solved this problem by doing two things: 1. I used 16384 instead of 32768. I can't imagine this made any difference. 2. I ran "make clean" before running "make". Maybe there is a problem with the dependencies in the makefiles? Ken Kenneth Been wrote: > > I set BLCKSZ to 32768, as de