projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03eb5a5
)
Missed a file...
author
Marc G. Fournier
Tue, 5 Nov 1996 11:17:47 +0000
(11:17 +0000)
committer
Marc G. Fournier
Tue, 5 Nov 1996 11:17:47 +0000
(11:17 +0000)
access now compile with -Wall -Werror
src/backend/access/heap/stats.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/heap/stats.c
b/src/backend/access/heap/stats.c
index c3bf34006e62c1afce06468ca70377c749f69f3b..3035e9fba291f9670848ae60f261e08c80ad075e 100644
(file)
--- a/
src/backend/access/heap/stats.c
+++ b/
src/backend/access/heap/stats.c
@@
-7,7
+7,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.
7 1996/11/05 09:53:03
scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.
8 1996/11/05 11:17:47
scrappy Exp $
*
* NOTES
* initam should be moved someplace else.
@@
-15,6
+15,8
@@
*-------------------------------------------------------------------------
*/
+#include
+
#include
#include