Re: [CORE] postpone next week's release
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: Michael Paquier <michael.paquier@gmail.com>,
Andres Freund <andres@anarazel.de>, Robert Haas <robertmhaas@gmail.com>,
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-31T15:55:44Z
Lists: pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes: >> FYI, I realize that one additional thing that has discouraged code >> reorganization is the additional backpatch overhead. I think we now >> need to accept that our reorganization-adverse approach might have cost >> us some reliability, and that reorganization is going to add work to >> backpatching. > Actually, code reorganization in HEAD might cause backpatching to be > more buggy, reducing reliability --- obviously we need to have a > discussion about that. Commit 6b700301c36e380eb4972ab72c0e914cae60f9fd is a recent real example. Not that that should dissuade us from ever doing any reorganizations, but it's foolish to discount back-patching costs. regards, tom lane
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