File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.85 2000/12/11 00:49:52 tgl Exp $
11+ * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.86 2000/12/11 16:35:59 tgl Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
4747 * This is so that we can support more backends. (system-wide semaphore
4848 * sets run out pretty fast.) -ay 4/95
4949 *
50- * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.85 2000/12/11 00:49:52 tgl Exp $
50+ * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.86 2000/12/11 16:35:59 tgl Exp $
5151 */
5252#include "postgres.h"
5353
6161#include <sys/sem.h>
6262#endif
6363
64+ #include "miscadmin.h"
65+
6466#if defined(__darwin__ )
6567#include "port/darwin/sem.h"
6668#endif
6769
68- #include "miscadmin.h"
69-
70-
7170/* In Ultrix and QNX, sem.h must be included after ipc.h */
7271#ifdef HAVE_SYS_SEM_H
7372#include <sys/sem.h>
7675#include "storage/proc.h"
7776
7877
78+
7979void HandleDeadLock (SIGNAL_ARGS );
8080static void ProcFreeAllSemaphores (void );
8181static bool GetOffWaitqueue (PROC * );
You can’t perform that action at this time.
0 commit comments