Re: memory barriers (was: Yes, WaitLatch is vulnerable to weak-memory-ordering bugs)
Kevin Grittner <kevin.grittner@wicourts.gov>
From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Heikki Linnakangas" <heikki.linnakangas@enterprisedb.com>, "Robert Haas" <robertmhaas@gmail.com>
Cc: <pgsql-hackers@postgresql.org>,"Tom Lane" <tgl@sss.pgh.pa.us>
Date: 2011-09-21T18:48:17Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> wrote: > But even a full explanation of that case seems like almost too > much for the comment of a header file, and there are certainly far > more complex cases. I think anyone who is using these primitives > is going to have to do some independent reading... Maybe a URL or two in the header comments, pointing to relevant papers for the techniques used? After all, years from now someone might be familiar with other techniques from newer papers and wonder what the techniques in the code are based on. -Kevin