CVS tonight (10pm MST)

From: teunis <teunis(at)mauve(dot)computersupportcentre(dot)com>
To: hackers(at)postgreSQL(dot)org
Subject: CVS tonight (10pm MST)
Date: 1998-01-30 06:50:40
Message-ID: Pine.LNX.3.96.980129232108.2487B-100000@sigil.computersupportcentre.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

on i386 linux / glibc-2 with hba and locale support, authentication
fails.

If I patch backend/libpq/auth.c to default as: (lines ~420-ish)
auth_handler = NULL;
+ areq = AUTH_REQ_OK
+ auth_handler = handle_done_auth;

switch (port->auth_method)

The system works :)
[regression tests that is]

Well - it's a cheap hack..
Time-related (all), triggers, select_distinct*, select_views, points and
geometry tests all fail BTW...

Oh - and the JDBC driver is _SERIOUSLY_ wedged as it's creating invalid
startup packets... who changed the startup?

For me this is an "end of the world" issue as I require JDBC to work - and
can't find the problem *sigh*.

I'll try for one more day *grr*....

G'day, eh? :)
- Teunis

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim B. Mikheev 1998-01-30 06:53:44 Re: [HACKERS] inlining
Previous Message Bruce Momjian 1998-01-30 06:24:46 Re: [HACKERS] Current open 6.3 issues (fwd)