pgsql: In dsm_impl_windows, don't error out when the segment already ex - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: In dsm_impl_windows, don't error out when the segment already ex
Date
Msg-id E1VVkOw-0002G2-S0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In dsm_impl_windows, don't error out when the segment already exists.

This is the behavior of the other implementations, and the behavior
expected by the callers of this function.

Amit Kapila

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e5158613676d940cf71ecfb5c73ac933746ac847

Modified Files
--------------
src/backend/storage/ipc/dsm_impl.c |    4 ----
1 file changed, 4 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix details missed by dynamic shared memory patch.
Next
From: Bruce Momjian
Date:
Subject: pgsql: docs: correct 9.1 and 9.2 release note mention of timeline switc