Re: Porting to Haiku - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Porting to Haiku
Date
Msg-id 7505.1357944303@sss.pgh.pa.us
Whole thread Raw
In response to Re: Porting to Haiku  ("Mark Hellegers" <mhellege@xs4all.nl>)
Responses Re: Porting to Haiku
List pgsql-hackers
"Mark Hellegers" <mhellege@xs4all.nl> writes:
>> You might want to look into whether you can get the buildfarm script
>> to run before you go too far.

> I will check that this weekend. Thanks.
> Does this buildfarm member need to run continuously?

Once a day is sufficient if that's all you can manage, though several
times a day is nicer.

> I just did a quick check of my changes and the changes seem minor.

Yeah, as Andrew remarked, it shouldn't be that hard given that the code
used to run on BeOS.  You should check the commits around where that
support was removed, if you didn't already.

> I also found (I think) two places where the implementation of a 
> function contained slightly different parameters from the declaration 
> which breaks on Haiku as an int is not the same as int32 (see src/
> backend/catalog/dependency.c function deleteOneObject for one of 
> those).

This is the sort of thing that gets noticed much quicker if there's a
buildfarm member that complains about it ...
        regards, tom lane



pgsql-hackers by date:

Previous
From: "Mark Hellegers"
Date:
Subject: Re: Porting to Haiku
Next
From: John R Pierce
Date:
Subject: Re: AIX buildfarm member