Re: [CORE] postpone next week's release
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Robert Haas <robertmhaas@gmail.com>, Bruce Momjian <bruce@momjian.us>,
Stephen Frost <sfrost@snowman.net>, Magnus Hagander <magnus@hagander.net>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>,
pgsql-core <pgsql-core@postgresql.org>
Date: 2015-05-30T21:23:36Z
Lists: pgsql-hackers
On May 30, 2015 2:19:00 PM PDT, Tom Lane <tgl@sss.pgh.pa.us> wrote: >Andres Freund <andres@anarazel.de> writes: >> * The signal handling, sinval, client communication changes. Little >to >> none problems so far, but it's complex stuff. These changes are an >> example of potential for problems due to changes to reduce >> complexity... > >As far as that goes, it's quite clear from the buildfarm that the >atomics stuff is not very stable on non-mainstream architectures. Is that the case? So far it seems to primarily be a problem of the, old, barrier emulation being buggy (non reentrant). And that being visible due to the new barrier in the latch code. If not be surprised if there were more bugs, don't get me wrong, this is highly platform dependant stuff. --- Please excuse brevity and formatting - I am writing this on my mobile phone.
Commits
-
Add Valgrind buffer access instrumentation.
- 1e0dfd166b3f 14.0 landed
-
Fix wrong merge resolution making pg_receivexlog fail in 9.2.
- 6b700301c36e 9.2.11 cited