OSDN Git Service

From: "Billy G. Allie" <Bill.Allie@mug.org>
authorMarc G. Fournier <scrappy@hub.org>
Sun, 1 Mar 1998 04:47:38 +0000 (04:47 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 1 Mar 1998 04:47:38 +0000 (04:47 +0000)
commit56b3182241347aacb7b4c47519f009ffa2b57aa8
treebd6f3caf19abe173617ca8632828f8e0faf4d04f
parent5b3e78afe3b207e5db91853f03a90f37e0fdb35f
From: "Billy G. Allie" <Bill.Allie@mug.org>

The following patches will allow postgreSQL 6.3 to compile and run on a
UNIXWARE 2.1.2 system with the native C compiler with the following library
change:

        The alloca function must be copied from the libucb.a archive and added
        to the libgen.a archive.

Also, the GNU flex program is needed to successfully build postgreSQL.
src/backend/port/dynloader/univel.c
src/backend/port/dynloader/univel.h
src/include/access/heapam.h
src/include/port/univel.h
src/include/storage/s_lock.h
src/template/univel