Re: Strange failure in LWLock on skink in REL9_5_STABLE
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: Thomas Munro <thomas.munro@enterprisedb.com>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-09-21T03:46:54Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > On 2018-09-20 23:15:45 -0400, Tom Lane wrote: >> https://www.postgresql.org/docs/devel/static/kernel-resources.html#SYSTEMD-REMOVEIPC > That shouldn't be relevant here - I'm not running the buildfarm from an > interactive session and then logging out. So that code shouldn't > trigger. Well, the reason that systemd behavior is so brain-dead is exactly that it will trigger against processes that you didn't launch interactively. IIUC, you just have to log in and out of that account, and anything that was running in the background (eg cron jobs) under the same userID gets clobbered. > I've made sure that the setting is off now however, I'm not > trusting the related logic very much... Was it on before? regards, tom lane
Commits
-
Remove some remaining traces of dsm_resize().
- 9e12fb02b7ec 12.0 landed
-
Remove dsm_resize() and dsm_remap().
- 3c60d0fa231f 12.0 landed
-
Allow DSM allocation to be interrupted.
- fb389498be5c 9.5.15 cited