pgsql: In dsm_impl_windows, don't error out when the segment already ex

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In dsm_impl_windows, don't error out when the segment already ex
Date: 2013-10-14 15:49:46
Message-ID: E1VVkOw-0002G2-S0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message KONDO Mitsumasa 2013-10-15 05:32:47 Re: Release note fix for timeline item
Previous Message Robert Haas 2013-10-14 12:01:05 pgsql: Fix details missed by dynamic shared memory patch.