Hmmmm...
Anyway, I added it, and found another glitch in
backend/utils/fmgr/dfmgr.c:106
I changed the function call to heap_close(rel, AccessShareLock);
Do you want a patch for this, and any others that I find?
MikeA
>> -----Original Message-----
>> From: Vadim Mikheev [mailto:vadim@krs.ru]
>> Sent: Tuesday, September 28, 1999 12:51 PM
>> To: 'pgsql-hackers@postgresql.org'
>> Subject: Re: [INTERFACES] Re: [HACKERS] Latest tree
>>
>>
>> "Ansley, Michael" wrote:
>> >
>> > Hi, Vadim,
>> >
>> > I had a problem compiling, message:
>> >
>> > line: 1379
>> > In function 'CreateCheckPoint'
>> > storage size of 'delay' is unknown
>> >
>> > It seems to hooch over the struct timeval. Ideas?
>>
>> I don't know why but sys/time.h was not required under FreeBSD :)
>>
>> Vadim
>>
>> ************
>>