From: "Billy G. Allie" <Bill.Allie@mug.org>
Marc G. Fournier <scrappy@hub.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/port/dynloader/univel.c | modified | +1 −1 |
| src/backend/port/dynloader/univel.h | modified | +18 −18 |
| src/include/access/heapam.h | modified | +53 −1 |
| src/include/port/univel.h | modified | +4 −3 |
| src/include/storage/s_lock.h | modified | +10 −10 |
| src/template/univel | modified | +2 −1 |