Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2dd7ab0

Browse files
committed
Put back another improperly-removed #include.
1 parent2dc7c88 commit2dd7ab0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/backend/storage/lmgr/lwlock.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Portions Copyright (c) 1994, Regents of the University of California
1616
*
1717
* IDENTIFICATION
18-
* $PostgreSQL: pgsql/src/backend/storage/lmgr/lwlock.c,v 1.44 2006/08/04 16:42:56 tgl Exp $
18+
* $PostgreSQL: pgsql/src/backend/storage/lmgr/lwlock.c,v 1.45 2006/08/07 21:56:25 tgl Exp $
1919
*
2020
*-------------------------------------------------------------------------
2121
*/
@@ -25,6 +25,7 @@
2525
#include"access/multixact.h"
2626
#include"access/subtrans.h"
2727
#include"miscadmin.h"
28+
#include"storage/ipc.h"
2829
#include"storage/proc.h"
2930
#include"storage/spin.h"
3031

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp