Обсуждение: RE: [INTERFACES] Re: [HACKERS] Latest tree

Поиск
Список
Период
Сортировка

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

От
"Ansley, Michael"
Дата:
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
>> 
>> ************
>> 


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

От
Vadim Mikheev
Дата:
"Ansley, Michael" wrote:
> 
> 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);
^^^^^^^^^^^^^^^^^^
It was there yesterday but disappeared today, fixed.

Vadim