Re: add darwin/osxpb support to cvs

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: add darwin/osxpb support to cvs
Дата
Msg-id Pine.LNX.4.21.0010312059380.1073-100000@peter.localdomain
обсуждение исходный текст
Ответ на add darwin/osxpb support to cvs  (Bruce Hartzler <bruceh@mail.utexas.edu>)
Ответы Re: add darwin/osxpb support to cvs  (Bruce Hartzler <bruceh@mail.utexas.edu>)
Список 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@gmx.net       http://yi.org/peter-e/


В списке pgsql-patches по дате отправления:

Предыдущее
От: Marko Kreen
Дата:
Сообщение: Re: contrib/pgcrypto
Следующее
От: Bruce Hartzler
Дата:
Сообщение: Re: add darwin/osxpb support to cvs