Re: Remove last traces of HPPA support - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Remove last traces of HPPA support
Date
Msg-id 3978044.1697831982@sss.pgh.pa.us
Whole thread Raw
In response to Re: Remove last traces of HPPA support  (Andres Freund <andres@anarazel.de>)
Responses Re: Remove last traces of HPPA support
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> In addition to the point Tom has made, I think it's also not correct that hppa
> doesn't impose a burden: hppa is the only of our architectures that doesn't
> actually support atomic operations, requiring us to have infrastructure to
> backfill atomics using spinlocks. This does preclude some uses of atomics,
> e.g. in signal handlers - I think Thomas wanted to do so for some concurrency
> primitive.

Hmm, are you saying there's more of port/atomics/ that could be
removed?  What exactly?  Do we really want to assume that all
future architectures will have atomic operations?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fix output of zero privileges in psql
Next
From: "David G. Johnston"
Date:
Subject: Re: Fix output of zero privileges in psql