Re: 7.1 beta 3 CHANGES FOR QNX

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Maurizio <maurizio(dot)c(at)libero(dot)it>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.1 beta 3 CHANGES FOR QNX
Date: 2001-02-02 18:21:57
Message-ID: 200102021821.NAA13504@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have applied the following patch for QNX. I had to do the ECHO test
in pgc.l because pgc.c is generated from pgc.l. Can you test this to
see it fixes the problem?

in [ Charset ISO-8859-1 unsupported, converting... ]
> 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, skipping... ]

[ Attachment, skipping... ]

[ Attachment, skipping... ]

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
unknown_filename text/plain 2.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ian Lance Taylor 2001-02-02 18:22:55 Patch to add cursor support to PL/pgSQL
Previous Message Bruce Momjian 2001-02-02 18:18:45 Re: configure problem with krb4 and ssl when compiling 7.1beta4