Re: pg11.1: dsa_area could not attach to segment
Thomas Munro <thomas.munro@enterprisedb.com>
From: Thomas Munro <thomas.munro@enterprisedb.com>
To: Sergei Kornilov <sk@zsrv.org>
Cc: Justin Pryzby <pryzby@telsasoft.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2019-02-12T00:07:35Z
Lists: pgsql-hackers
On Tue, Feb 12, 2019 at 10:57 AM Thomas Munro <thomas.munro@enterprisedb.com> wrote: > bogus shm_open() EEXIST from the OS Strike that particular idea... it'd be the non-DSM_OP_CREATE case, and if the file was somehow bogusly not visible to us we'd get ENOENT and that'd raise an error, and we aren't seeing that. -- Thomas Munro http://www.enterprisedb.com
Commits
-
Fix race in dsm_attach() when handles are reused.
- 6c0fb9418925 12.0 landed
- bd195071fd2b 9.4.22 landed
- b7c8766d3480 9.5.17 landed
- cb0680573f7b 9.6.13 landed
- cb3d674e1709 10.8 landed
- faf132449c0c 11.3 landed
-
Refactor pid, random seed and start time initialization.
- 197e4af9d5da 12.0 cited