Remove unnecessary cleanup code.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/ipc/dsm_impl.c | modified | +0 −8 |