7.1 beta 3 CHANGES FOR QNX

From: "Maurizio" <maurizio(dot)c(at)libero(dot)it>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: 7.1 beta 3 CHANGES FOR QNX
Date: 2001-02-02 09:31:05
Message-ID: 000601c08d1e$00adcf60$7394fea9@maurizio
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have compiled 7.1 b3 in QNX but to let postgresql works I changed something.

In src/backend/port/qnx4/sem.c
#define SEMMAX (PROC_NSEMS_PER_SET) ----------------------OLD
#define SEMMAX (PROC_NSEMS_PER_SET + 1) ----------------------NEW

in src/include/storage/s_lock.h
#if defined(__i386__) ----------------------OLD
#if (defined(__i386__) && !defined(__QNX__)) ----------------------NEW

in src/interfaces/ecpg/preproc/pgc.c
#ifndef ECHO ---------------------OLD
#ifndef (ECHO || defined(__QNX__)) ----------------------NEW

Attached are the files

Maurizio Cauci
DREAMTECH di Cauci Maurizio
Via Ronchetti, 2 - 21013 Gallarate (VA)
www.dreamtech-it.com

Attachment Content-Type Size
S_lock.h application/octet-stream 12.6 KB
Pgc.c application/octet-stream 89.0 KB
Sem.c application/octet-stream 7.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jun Kuwamura 2001-02-02 12:03:14 configure problem with krb4 and ssl when compiling 7.1beta4
Previous Message Peter T Mount 2001-02-02 09:03:55 Format of the Money field