projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f5eac1
)
Add prototype for: int DebugFileOpen()
author
Marc G. Fournier
<
[email protected]
>
Wed, 6 Nov 1996 10:15:25 +0000
(10:15 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Wed, 6 Nov 1996 10:15:25 +0000
(10:15 +0000)
src/include/utils/elog.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/elog.h
b/src/include/utils/elog.h
index 4db2ced26cec718130460ecd610c1660d7caa4ce..8968a65dec62a9903ac9c43615ae18197ebdc257 100644
(file)
--- a/
src/include/utils/elog.h
+++ b/
src/include/utils/elog.h
@@
-6,7
+6,7
@@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: elog.h,v 1.
1 1996/08/28 01:58:52
scrappy Exp $
+ * $Id: elog.h,v 1.
2 1996/11/06 10:15:25
scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@
-34,5
+34,8
@@
/* #define ELOG_TIMESTAMPS */
extern void elog(int lev, const char *fmt, ...);
+#ifndef PG_STANDALONE
+int DebugFileOpen();
+#endif
#endif /* ELOG_H */