projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8712e34
)
Fix LOCK_DEBUG compilation in the 8.2 branch; HEAD was fixed earlier.
author
Neil Conway
<
[email protected]
>
Mon, 23 Apr 2007 15:13:30 +0000
(15:13 +0000)
committer
Neil Conway
<
[email protected]
>
Mon, 23 Apr 2007 15:13:30 +0000
(15:13 +0000)
Heikki Linnakangas.
src/backend/utils/misc/guc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/guc.c
b/src/backend/utils/misc/guc.c
index 1fb4ebec7d4c6f078b2a41d00e2476dabd4cbcb1..9036b0eec50527de746e898f4b5905db67d0342c 100644
(file)
--- a/
src/backend/utils/misc/guc.c
+++ b/
src/backend/utils/misc/guc.c
@@
-27,6
+27,7
@@
#include "access/gin.h"
+#include "access/transam.h"
#include "access/twophase.h"
#include "access/xact.h"
#include "catalog/namespace.h"