]> git.ipfire.org Git - thirdparty/postgresql.git/commit
The beos port in the source tree doesn't even compile. and even
authorBruce Momjian <bruce@momjian.us>
Sat, 7 Oct 2000 14:39:21 +0000 (14:39 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 7 Oct 2000 14:39:21 +0000 (14:39 +0000)
commit7ea8403c8a7325a7e019a2cee17315df91955fdf
tree91c8d7a6a65fb696d1f4de85e85cc571a7afb8a9
parenta759460178c22ece2cc95cfc0d18e2e9631c2499
    The beos port in the source tree doesn't even compile. and even
after that dynamic loading isn't working and shared memory handling is
broken.

        Attached with this message, there is a Zip file which contain :

        * beos.diff = patch file generated with difforig
        * beos = folder with beos support files which need to be moved in /
src/backend/port
        * expected = foler with three file for message and precision
difference in regression test
        * regression.diff = rule problem (need to kill the backend manualy)
        * dynloader = dynloader files (they are also in the pacth files,
but there is so much modification that I have join full files)

        Everything works except a problem in 'rules' Is there some problems
with rules in the current tree ? It used to works with last week tree.

Cyril VELTER
21 files changed:
configure.in
src/Makefile.shlib
src/backend/main/main.c
src/backend/port/Makefile.in
src/backend/port/dynloader/beos.c
src/backend/port/dynloader/beos.h
src/backend/storage/ipc/ipc.c
src/backend/storage/lmgr/proc.c
src/backend/tcop/postgres.c
src/backend/utils/error/elog.c
src/bin/pg_id/pg_id.c
src/include/config.h.in
src/include/port/beos.h
src/include/storage/ipc.h
src/makefiles/Makefile.beos
src/template/beos
src/test/regress/expected/geometry-intel-beos.out [new file with mode: 0644]
src/test/regress/expected/int2-range-error.out [new file with mode: 0644]
src/test/regress/expected/int4-range-error.out [new file with mode: 0644]
src/test/regress/expected/rules.out
src/test/regress/regress.sh