Plug race in dsa_attach. With sufficiently bad luck, it was possible for a parallel worker to attempt attach to a DSA area after all other backends have detached from it, which is not legal. If the worker had waited a little longer to get started, the DSM itself would have been destroyed, which is why this wasn't noticed before.
Thomas Munro, per a report from Andreas Seltenreich Discussion: http://postgr.es/m/87h92g83t3....@credativ.de Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/fddf45b38097d14301d249fbeebca32e40233bd2 Modified Files -------------- src/backend/utils/mmgr/dsa.c | 7 +++++++ 1 file changed, 7 insertions(+) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers