Обсуждение: pgsql: Remove unnecessary cleanup code.

Поиск
Список
Период
Сортировка

pgsql: Remove unnecessary cleanup code.

От
Robert Haas
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/11ad3b35c25de6edcaa8a7695cb1d58650c546d3

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