Remove unnecessary cleanup code.

Robert Haas <rhaas@postgresql.org>

Commit: 11ad3b35c25de6edcaa8a7695cb1d58650c546d3
Author: Robert Haas <rhaas@postgresql.org>
Date: 2014-05-22T14:41:48Z
Releases: 9.4.0
Remove unnecessary cleanup code.

This is all inside a block guarded by op == DSM_OP_ATTACH, so it can
never be the case that op == DSM_OP_CREATE.

Reported by Coverity.

Files

PathChange+/−
src/backend/storage/ipc/dsm_impl.c modified +0 −8