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:
1c5fa95
)
#include "postgres.h" is a standard include for all .c files, auto-including
author
Marc G. Fournier
<
[email protected]
>
Fri, 18 Oct 1996 18:28:33 +0000
(18:28 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Fri, 18 Oct 1996 18:28:33 +0000
(18:28 +0000)
config.h, c.h *and* elog.h...added elog.h
src/backend/include/postgres.h
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/include/postgres.h
b/src/backend/include/postgres.h
index 89cebc473b56d89e048ad8984ce4100c9b57e724..6ad293cd29b4cafb6b76542cd22f3f2c51bda051 100644
(file)
--- a/
src/backend/include/postgres.h
+++ b/
src/backend/include/postgres.h
@@
-6,7
+6,7
@@
*
* Copyright (c) 1995, Regents of the University of California
*
- * $Id: postgres.h,v 1.
4 1996/09/23 08:38:45
scrappy Exp $
+ * $Id: postgres.h,v 1.
5 1996/10/18 18:28:33
scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@
-38,6
+38,7
@@
#include "config.h"
#include "c.h"
+#include "utils/elog.h"
/* ----------------------------------------------------------------
* Section 1: simple type definitions