Sparc stuff again.

From: "Damond Walker" <dwalker(at)iximd(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Sparc stuff again.
Date: 1999-09-09 02:01:00
Message-ID: wxEB3.600$es3.115790@typhoon1.gnilink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alright, I managed to find out why PostgreSQL dies when run on my Sparc.
Seems it's hitting a function called tas() and never exiting (that's what
gdb postmaster <id> is showing from the backtrace anyway). I've managed to
find about three or so different places where tas() is defined (using
assembler). Does anyone have a patch that I can apply to fix this behavior?

Damo

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-09-09 03:07:59 Re: [HACKERS] PG_UPGRADE status
Previous Message Michael Simms 1999-09-09 01:43:50 Vacuum analyze bug CAUGHT