]> granicus.if.org Git - postgresql/commit
Added a SVR4 port
authorMarc G. Fournier <scrappy@hub.org>
Mon, 19 Aug 1996 13:50:44 +0000 (13:50 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 19 Aug 1996 13:50:44 +0000 (13:50 +0000)
commitefafd1506e57577d210c3a2fa424993c43461ab5
treec44ea082ae83d5f6b2c572bd1775f8dca05121db
parentce8790bc107b218885638f1649fdcc99261ed72f
Added a SVR4 port

---

below my signature, there are a coupls of diffs and files in a shell
archive, which were needed to build postgres95 1.02 on Siemens Nixdorfs
MIPS based SINIX systems. Except for the compiler switches "-W0" and
"-LD-Blargedynsym" these diffs should also apply for other SVR4 based
systems. The changes in "Makefile.global" and "genbki.sh" can probably
be ignored (I needed gawk, to make the script run).

There is one bugfix thou. In "src/backend/parser/sysfunc.c" the
function in this file didn't honor the EUROPEAN_DATES ifdef.

---

Submitted by:  Frank Ridderbusch <ridderbusch.pad@sni.de>
13 files changed:
src/Makefile.global
src/backend/Makefile
src/backend/catalog/genbki.sh
src/backend/parser/sysfunc.c
src/backend/port/svr4/Makefile.inc [new file with mode: 0644]
src/backend/port/svr4/machine.h [new file with mode: 0644]
src/backend/port/svr4/port-protos.h [new file with mode: 0644]
src/backend/port/svr4/port.c [new file with mode: 0644]
src/backend/port/svr4/rusagestub.h [new file with mode: 0644]
src/backend/storage/ipc.h
src/backend/utils/adt/float.c
src/backend/utils/adt/nabstime.c
src/mk/port/postgres.mk.svr4