Re: Latches with weak memory ordering (Re: max_wal_senders must die) - Mailing list pgsql-hackers

Markus Wanner <markus@bluegap.ch> writes:
> Well, that certainly doesn't apply to full fences, that are not specific
> to a particular piece of memory. I'm thinking of 'mfence' on x86_64 or
> 'mf' on ia64.

Hm, what do those do exactly?  We've never had any such thing in the
Intel-ish spinlock asm, but if out-of-order writes are possible I should
think we'd need 'em.  Or does "lock xchgb" imply an mfence?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Latches with weak memory ordering (Re: max_wal_senders must die)
Next
From: Pavel Stehule
Date:
Subject: Re: final patch - plpgsql: for-in-array