Re: [HACKERS] Re: UnixWare - Mailing list pgsql-hackers

From Dmitry Samersoff
Subject Re: [HACKERS] Re: UnixWare
Date
Msg-id XFMail.990621132021.dms@wplus.net
Whole thread Raw
In response to Re: [HACKERS] Re: UnixWare  (Thomas Good <tomg@nrnet.org>)
Responses Re: [HACKERS] Re: UnixWare
List pgsql-hackers
On 18-Jun-99 Thomas Good wrote:
> On Thu, 17 Jun 1999, Billy G. Allie wrote:
> 
> Billy,
> 
> I have such a box (running 2.1.2 and pg 6.3.2) and linked no problem (see
> earlier post) by telling the linker to use /usr/ucblib.

I clearly build 6.5 on my UW using compiler located in /udk
with one fiew problem in plpgsql:
compilation of pl_scan.c filed due undeclared
K_ALIAS ...

I move line
#include "pl_scan.c" 
in pl_gram.c after constant declaration, but I don't now 
how it can be solved permanently in gram.y

I can't connect to postgres using UDS, 
probably, because its on disk name has additional simbol ^F

root@its-sp:~/postgresql-6.5/src/pl/plpgsql/src>ls -l /tmp/.s*  
p-w--w--w-  1 postgres        0 Jun 17 22:39 /tmp/.s.PGSQL.5432^F

---
Dmitry Samersoff, dms@wplus.net, ICQ:3161705
http://devnull.wplus.net
* There will come soft rains ...


pgsql-hackers by date:

Previous
From: Wayne Piekarski
Date:
Subject: Re: [HACKERS] Update on my 6.4.2 progress
Next
From: Daniel Lundin
Date:
Subject: Re: [HACKERS] idea for 'module' support