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

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

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

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

MikeA

>> -----Original Message-----
>> From: Tatsuo Ishii [mailto:t-ishii@sra.co.jp]
>> Sent: Tuesday, September 28, 1999 11:55 AM
>> To: Vadim Mikheev
>> Cc: Ansley, Michael; 'pgsql-interfaces@postgresql.org';
>> 'pgsql-hackers@postgresql.org'
>> Subject: Re: [INTERFACES] Re: [HACKERS] Latest tree 
>> 
>> 
>> >I fixed all this yesterday while committing my WAL changes...
>> >
>> >Vadim
>> 
>> Does this mean that now we can enjoy the WAL?:-)
>> 
>> BTW, your WAL implementation will allow database recovery from log
>> files by using roll-forward or similar techniques?
>> --
>> Tatsuo Ishii
>> 


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

От
Vadim Mikheev
Дата:
"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