diff options
| author | Tom Lane | 1999-02-19 07:10:48 +0000 |
|---|---|---|
| committer | Tom Lane | 1999-02-19 07:10:48 +0000 |
| commit | 4c313931353f33e75d3f3eec9b7806fb8f15ab33 (patch) | |
| tree | a7a5dd935db377eabcea5c688562a746555f7766 /src/include | |
| parent | e77b630cf0c1501008b3b72b5621f2951ef82b71 (diff) | |
Reorder startup ops so that if preallocation of semas fails,
postmaster will release whatever it did get before dying.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/storage/proc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index 47ae31d2d01..952f50553ca 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: proc.h,v 1.19 1999/02/19 06:06:37 tgl Exp $ + * $Id: proc.h,v 1.20 1999/02/19 07:10:47 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -122,6 +122,5 @@ extern int ProcLockWakeup(PROC_QUEUE *queue, LOCKMETHOD lockmethod, LOCK *lock); extern void ProcAddLock(SHM_QUEUE *elem); extern void ProcReleaseSpins(PROC *proc); -extern void ProcFreeAllSemaphores(void); #endif /* PROC_H */ |
