Use PostmasterRandom(), not random(), for DSM control segment ID. Otherwise, every startup gets the same "random" value, which is definitely not what was intended.
Branch ------ REL9_6_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/92668cd4d3df5a7a48408fc722e876a3e1c167d9 Modified Files -------------- src/backend/postmaster/postmaster.c | 3 +-- src/backend/storage/ipc/dsm.c | 3 ++- src/include/postmaster/postmaster.h | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers