Re: OK, so culicidae is *still* broken
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@postgresql.org
Date: 2017-04-15T21:30:21Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > On 2017-04-15 16:48:05 -0400, Tom Lane wrote: >> Concretely, I propose the attached patch. We'd have to put it into >> all supported branches, since culicidae is showing intermittent >> "could not reattach to shared memory" failures in all the branches. > That seems quite reasonable. Pushed, please update culicidae's settings. regards, tom lane
Commits
-
Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.
- 0d7591c67d68 9.2.21 landed
- fddc10146eb2 9.3.17 landed
- 07a990c6e7d1 9.4.12 landed
- bbd4a1b60b6e 9.5.7 landed
- a30f146db4e7 9.6.3 landed
- a74740fbd3bb 10.0 landed
-
Disable RandomizedBaseAddress on MSVC builds
- 7f3e17b4827b 9.4.0 cited