Re: test-and-set for s390x and powerpc64 - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: test-and-set for s390x and powerpc64
Date
Msg-id 200211080434.gA84Y3I27930@candle.pha.pa.us
Whole thread Raw
In response to Re: test-and-set for s390x and powerpc64  (Reinhard Max <max@suse.de>)
List pgsql-patches
Too late for 7.3, especially because it affects our existing PPC tas code.

This has been saved for the 7.4 release:

    http:/momjian.postgresql.org/cgi-bin/pgpatches2

---------------------------------------------------------------------------

Reinhard Max wrote:
> On Tue, 5 Nov 2002 at 09:54, Reinhard Max wrote:
>
> > > I'll re-check that with the ppc architecture guy here.
> >
> > ... he is now about to write an inlined version that can go into
> > s_lock.h . I'll send the new patch later on...
>
> OK, here it comes:
>
> An inlined version of tas(), that works for both, powerpc and
> powerpc64. The patch is against 7.3b5 and passes the test suite on
> both architectures.
>
> cu
>     Reinhard

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: cleanup PL/PgSQL PERFORM
Next
From: Bruce Momjian
Date:
Subject: Re: cleanup PL/PgSQL PERFORM