Porting reports (UnixWare 7)

From: Olivier PRENANT <ohp(at)pyrenet(dot)fr>
To: pgsql-ports(at)postgresql(dot)org
Subject: Porting reports (UnixWare 7)
Date: 2000-05-01 17:12:48
Message-ID: Pine.UW2.4.21.0005011903060.15662-100000@server.pyrenet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

I'm using 6.5.3 in production with no problem on UW 7.0.1

Trying 7.0CR1 and CR2 on UW 7.1.1.

backend/utils/adt/int8.c doesn't compile out of the box and compiler
complains about not being able to deal with OP cmp!

The patch that has been sent to the hackers group making 0 < i instead of
i > 0 line 413 (for loop) make it compile.

BUT even if initdb runs OK, I can't connect to the database throught UNIX
sockets.

The postmaster always replies "no pg_hba.conf entry for host localhost
user postges database template1"

pg_hba.conf is the default one with 'local all trust'. Any idea??

Regards,

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp(at)pyrenet(dot)fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)

Browse pgsql-ports by date

  From Date Subject
Next Message Juhan Ernits 2000-05-01 21:31:57 dllmain revisited
Previous Message Olivier PRENANT 2000-05-01 16:09:19 postgresql 7.0RC[1-2] on unixware 7.1.1