pgsql/src/include/storage (ipc.h)

From: Bruce Momjian - CVS <momjian>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/storage (ipc.h)
Date: 2000-10-02 17:15:59
Message-ID: 200010021715.e92HFxC02644@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, October 2, 2000 @ 13:15:58
Author: momjian

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/storage
from hub.org:/home/projects/pgsql/tmp/cvs-serv2551/pgsql/src/include/storage

Modified Files:
ipc.h

----------------------------- Log Message -----------------------------

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.

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 Reid

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2000-10-02 17:16:00 pgsql/src/makefiles (Makefile.beos)
Previous Message Bruce Momjian - CVS 2000-10-02 17:15:57 pgsql/src/include/port (beos.h)