Fix logic bug in dsm_attach(). The previous coding would potentially cause attaching to segment A to fail if segment B was at the same time in the process of going away.
Andres Freund, with a comment tweak by me Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/e0124230ba2b6778671f26b06af0d8d04bcb4d1c Modified Files -------------- src/backend/storage/ipc/dsm.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
