Re: [CORE] postpone next week's release
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Robert Haas <robertmhaas@gmail.com>, Bruce Momjian <bruce@momjian.us>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Andres Freund <andres@anarazel.de>,
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-30T22:48:06Z
Lists: pgsql-hackers
On 5/30/15 2:10 PM, Robert Haas wrote: > What, in this release, could break things badly? RLS? Grouping sets? > Heikki's WAL format changes? That last one sounds really scary to me; > it's painful if not impossible to fix the WAL format in a minor > release. I would argue Heikki's WAL stuff is a perfect case for releasing a public alpha/beta soon. I'd love to test PgBackRest with an "official" 9.5dev build. The PgBackRest test suite has lots of tests that run on versions 8.3+ and might well shake out any bugs that are lying around. In fact, I've added a new feature based on monitoring the thread and I'm interested to see how that pans out. -- - David Steele david@pgmasters.net
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