Re: add darwin/osxpb support to cvs

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Hartzler <bruceh(at)mail(dot)utexas(dot)edu>
Cc: pgsql-patches(at)postgresql(dot)org, Scott Ribe <scott_ribe(at)killerbytes(dot)com>, Michael Engelhart <mengelhart(at)earthtrip(dot)com>
Subject: Re: add darwin/osxpb support to cvs
Date: 2000-10-31 20:15:14
Message-ID: Pine.LNX.4.21.0010312059380.1073-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

[ folks in Cc: were also interested in Darwin/MacOS X support ]

Bruce Hartzler writes:

> this patch and tar archive will add support for the darwin/osxpb to the current cvs tree.

Greetings.

I installed parts of your patch, which should at least get you, or other
interested people going.

Open issues:

* Dynamic loader code that's under a BSD license. I've just installed
dummy files for now.

* It was reported that the assembler doesn't like the__powerpc__ code in
backend/storage/buffer/s_lock.h. Your code looks essentially the same, so
it seems to be a syntax discrepancy between the GNU assembler and whatever
your system uses. Perhaps we could check if the altered code works on
other systems as well before we install duplicates? (The GNU assembler
ought to be pretty flexible.)

* Semaphore support reportedly does exist in new kernels, so I don't think
we need to add that to the tree. Maybe a separate patch for older kernels
is in order.

Besides that, try to build all the optional parts (C++, Tcl, ODBC, ...) as
well.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Steve Wolfe 2000-10-31 20:18:49 Re: how good is PostgreSQL
Previous Message Lamar Owen 2000-10-31 20:10:41 Re: how good is PostgreSQL

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Hartzler 2000-11-01 02:07:53 Re: add darwin/osxpb support to cvs
Previous Message Marko Kreen 2000-10-31 14:34:28 Re: contrib/pgcrypto