Re: BeOS and IPC - try 999 - Mailing list pgsql-patches

From The Hermit Hacker
Subject Re: BeOS and IPC - try 999
Date
Msg-id Pine.BSF.4.21.0006141146560.5938-100000@thelab.hub.org
Whole thread Raw
In response to BeOS and IPC - try 999  ("David Reid" <david@jetnet.co.uk>)
List pgsql-patches
On Wed, 14 Jun 2000, David Reid wrote:

> OK, so this isn't try 999 but it feels like it!
>
> One of the arguments that Tom came up with for not liking the patches
> was that
>
> (paraphrasing)
> "the patches make maintainenace harder and don't add anything that could
> help other non-unix platforms"
>
> OK, agreed (up to a point).  So, you want easier maintenance?  The ONLY
> way that I can think of doing it is to have the platform specific IPC
> stuff in it's own file, hence this patch.  The core functions, the ones
> that have no platform specific code in them, still live in ipc.c but all
> the functions that are touched by platform code live in either
> ipc_unix.c or ipc_beos.c.  Using this there's no reason why other
> platforms can't do the same.  Even native windows functions could be
> written using the split and the code should be easily maintainable by
> the people for each platform.

This sounds reasonable to me ... or am I overlooking something obvious?


pgsql-patches by date:

Previous
From: "David Reid"
Date:
Subject: BeOS and IPC - try 999
Next
From: Tom Lane
Date:
Subject: Re: BeOS and IPC - try 999