projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c9dbc5
)
Remove extra paren in ifdef.
author
Bruce Momjian
Thu, 6 Feb 1997 19:27:22 +0000
(19:27 +0000)
committer
Bruce Momjian
Thu, 6 Feb 1997 19:27:22 +0000
(19:27 +0000)
src/backend/postmaster/postmaster.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/postmaster.c
b/src/backend/postmaster/postmaster.c
index ad4e76d3ecda269fcb8285be6e84f057b6c890ff..b1a5aeb8c39c7e1ac97b72074b62ea1ea4709139 100644
(file)
--- a/
src/backend/postmaster/postmaster.c
+++ b/
src/backend/postmaster/postmaster.c
@@
-10,7
+10,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.3
7 1997/02/06 06:15:49 scrappy
Exp $
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.3
8 1997/02/06 19:27:22 momjian
Exp $
*
* NOTES
*
@@
-86,7
+86,7
@@
#if defined(DBX_VERSION)
# define FORK() (0)
#else
-# ifndef HAVE_VFORK
)
+# ifndef HAVE_VFORK
# define FORK() fork()
# else
# define FORK() vfork()