8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc7c88 commit 2dd7ab0Copy full SHA for 2dd7ab0
src/backend/storage/lmgr/lwlock.c
@@ -15,7 +15,7 @@
15
* Portions Copyright (c) 1994, Regents of the University of California
16
*
17
* IDENTIFICATION
18
- * $PostgreSQL: pgsql/src/backend/storage/lmgr/lwlock.c,v 1.44 2006/08/04 16:42:56 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/lmgr/lwlock.c,v 1.45 2006/08/07 21:56:25 tgl Exp $
19
20
*-------------------------------------------------------------------------
21
*/
@@ -25,6 +25,7 @@
25
#include "access/multixact.h"
26
#include "access/subtrans.h"
27
#include "miscadmin.h"
28
+#include "storage/ipc.h"
29
#include "storage/proc.h"
30
#include "storage/spin.h"
31
0 commit comments