BeOS Files & diff's

From: "David Reid" <dreid(at)jetnet(dot)co(dot)uk>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: BeOS Files & diff's
Date: 2000-06-08 08:02:25
Message-ID: 005b01bfd11f$e9f126b0$0a1aa8c0@jetnet.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Guys,

Here is the first batch of files and diffs for the BeOS port. I've run into
problems with some bits of it, but when all the patches are in it'll build
and we can fix it from there :) I've got a version that builds and runs and
that is the basis for these patches.

[Applied against 7.0 from CVS]

The first file has the new additional files that are required,
template/beos
backend/port/dynloader/beos.c
backend/port/dynloader/beos.h
include/port/beos.h
makefiles/Makefile.beos

The second is a tarball of diffs against a few files. I've added sys/ipc.h
to configure and config.h via configure.in and config.h.in and then started
adding the check as this file isn't needed on BeOS and having loads of
#ifdef BEOS isn't as obvious as #ifdef HAVE_SYS_IPC_H and isn't as
autconf'ish :)
Files touched are
include/c.h
configure.in
include/config.h.in
include/storage/ipc.h
include/utils/int8.h

Let me know how these go. I'll await a response before submitting any more.

Any problems just get in touch.

david

"Do not meddle in the affairs of sysadmins, they are quick to
anger and have no need for subtlety."

Attachment Content-Type Size
beos_new_files.tar.gz application/x-gzip 1.2 KB
pgsql_beos_diff.tgz application/x-compressed 5.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Daniel Baldoni 2000-06-08 21:01:37 Ordinal suffix behaviour
Previous Message Bruce Momjian 2000-06-07 20:00:40 Re: ResultSet Patch for jdbc2