projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8461ab5
)
Suppress compiler warning induced by recent header file refactoring.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 16 May 2008 17:31:17 +0000
(17:31 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 16 May 2008 17:31:17 +0000
(17:31 +0000)
contrib/pgstattuple/pgstattuple.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgstattuple/pgstattuple.c
b/contrib/pgstattuple/pgstattuple.c
index d7f9c8a3739e93001374afc63bfb606a86543246..4ed5ef1d5c5aa268d54b8e3394b5e249b0e158c7 100644
(file)
--- a/
contrib/pgstattuple/pgstattuple.c
+++ b/
contrib/pgstattuple/pgstattuple.c
@@
-1,5
+1,5
@@
/*
- * $PostgreSQL: pgsql/contrib/pgstattuple/pgstattuple.c,v 1.3
4 2008/05/12 00:00:43 alvherre
Exp $
+ * $PostgreSQL: pgsql/contrib/pgstattuple/pgstattuple.c,v 1.3
5 2008/05/16 17:31:17 tgl
Exp $
*
* Copyright (c) 2001,2002 Tatsuo Ishii
*
@@
-33,6
+33,7
@@
#include "funcapi.h"
#include "miscadmin.h"
#include "storage/bufmgr.h"
+#include "storage/lmgr.h"
#include "utils/builtins.h"
#include "utils/tqual.h"