Re: password auth woes on sparc64/FreeBSD

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: Volodymyr Kostyrko <arcade(at)synergetica(dot)dn(dot)ua>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: password auth woes on sparc64/FreeBSD
Date: 2007-06-12 18:25:17
Message-ID: 466EE50D.10601@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Volodymyr Kostyrko wrote:
> Zdenek Kotala wrote:
>> I tested on Solaris AMD64 and Sparc v240 (64bit) and it works for me.
>> Do you use 32bit or 64bit version of postgreSQL and what you have in
>> .pgpass?
>
> I use sparc64 and my .pgpass file was like:
> localhost:5432:*:pgsql:password
>
> Actually i have already found the cause. Authorization fails when
> postgresql-client was compiled with -O3 but it works otherwise. Maybe it
> is just another gcc optimization issue.

OK. Good to know. GCC also does not generate much optimal SPARC code.
Unfortunately, If you use FreeBSD on SPARC, I think there is no another
possibility (another C compiler).

Zdenek

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Jim Nasby 2007-06-12 20:48:04 Autovacuum vacuums not setting start time in pg_stat_activity
Previous Message Volodymyr Kostyrko 2007-06-12 18:01:57 Re: password auth woes on sparc64/FreeBSD