RE: [INTERFACES] Re: [HACKERS] Latest tree

From: "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>
To: "'Vadim Mikheev'" <vadim(at)krs(dot)ru>, "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: RE: [INTERFACES] Re: [HACKERS] Latest tree
Date: 1999-09-28 11:09:35
Message-ID: 1BF7C7482189D211B03F00805F8527F748C0D4@S-NATH-EXCH2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)krs(dot)ru]
>> Sent: Tuesday, September 28, 1999 12:51 PM
>> To: 'pgsql-hackers(at)postgresql(dot)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
>>
>> ************
>>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim Mikheev 1999-09-28 11:28:34 Re: [INTERFACES] Re: [HACKERS] Latest tree
Previous Message Vadim Mikheev 1999-09-28 10:51:32 Re: [INTERFACES] Re: [HACKERS] Latest tree