Re: Porting to Haiku - Mailing list pgsql-hackers

From Mark Hellegers
Subject Re: Porting to Haiku
Date
Msg-id 5589232161-BeMail@starquake
Whole thread Raw
In response to Re: Porting to Haiku  ("Mark Hellegers" <mhellege@xs4all.nl>)
Responses Re: Porting to Haiku
List pgsql-hackers
> I understand. I will start working on reapplying my patches to 
> master. 
> Git is still new to me, but I'm making progress.
> 

I'm running into a little problem with applying my patches.
It seems I made a quick fix in my port that I can't commit and I'm not 
sure what the best way to fix this is.
The problem is that Haiku does have getrusage, but does not have all 
the fields as used in Postgresql.
If I undef HAVE_GETRUSAGE, the code that uses those fields is not 
compiled (see src/backend/trcop/postgres.c line 4338), but then it will 
include the rusagestub.h file (see line 38 of the same file). The 
rusagestub.h file contains all the definitions that already exist in 
Haiku, so then it trips over that. I commented out the include of the 
rusagestub.h file in my initial work, but that is obviously not a good 
idea as a patch. I can try to skip the include if compiling on Haiku, 
but I'm not sure this is the best way to do this.

Kind regards,

Mark

--
Spangalese for beginners:

`Geh nae?'
`Do you know the serial number on the bumper of that 1958 Thunderbird?'





pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: [Pgbuildfarm-members] Version 4.10 of buildfarm client released.
Next
From: Andrew Dunstan
Date:
Subject: Re: [Pgbuildfarm-members] Version 4.10 of buildfarm client released.