projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54361b4
)
Suppress gcc warning.
author
Tom Lane
Mon, 25 Jun 2001 20:20:02 +0000
(20:20 +0000)
committer
Tom Lane
Mon, 25 Jun 2001 20:20:02 +0000
(20:20 +0000)
src/backend/utils/adt/pgstatfuncs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/pgstatfuncs.c
b/src/backend/utils/adt/pgstatfuncs.c
index a629ea0ed1e61214c5ea6d26b70a78f4efe2bc7f..23617b850753a86cfa1430b2f456d8d4952ff951 100644
(file)
--- a/
src/backend/utils/adt/pgstatfuncs.c
+++ b/
src/backend/utils/adt/pgstatfuncs.c
@@
-1,6
+1,7
@@
#include "postgres.h"
-#include "fmgr.h"
+#include "fmgr.h"
+#include "miscadmin.h"
#include "utils/hsearch.h"
#include "access/xact.h"
#include "catalog/pg_shadow.h"