projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
089dfb6
)
include utils/palloc.h as a default include, as its used more often then
author
Marc G. Fournier
<
[email protected]
>
Mon, 4 Nov 1996 06:35:36 +0000
(06:35 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Mon, 4 Nov 1996 06:35:36 +0000
(06:35 +0000)
not
src/include/postgres.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/postgres.h
b/src/include/postgres.h
index 703e9d69a32cfa5f6e2ee74217f102030f8109e0..3b3b0620269e4abaf56abaa0b5073e51d002518f 100644
(file)
--- a/
src/include/postgres.h
+++ b/
src/include/postgres.h
@@
-6,7
+6,7
@@
*
* Copyright (c) 1995, Regents of the University of California
*
- * $Id: postgres.h,v 1.
1 1996/10/31 07:10:14
scrappy Exp $
+ * $Id: postgres.h,v 1.
2 1996/11/04 06:35:36
scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@
-39,6
+39,7
@@
#include "config.h"
#include "c.h"
#include "utils/elog.h"
+#include "utils/palloc.h"
/* ----------------------------------------------------------------
* Section 1: simple type definitions