mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Remove extra paren in ifdef.
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.37 1997/02/06 06:15:49 scrappy Exp $
|
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.38 1997/02/06 19:27:22 momjian Exp $
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
*
|
*
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
#if defined(DBX_VERSION)
|
#if defined(DBX_VERSION)
|
||||||
# define FORK() (0)
|
# define FORK() (0)
|
||||||
#else
|
#else
|
||||||
# ifndef HAVE_VFORK)
|
# ifndef HAVE_VFORK
|
||||||
# define FORK() fork()
|
# define FORK() fork()
|
||||||
# else
|
# else
|
||||||
# define FORK() vfork()
|
# define FORK() vfork()
|
||||||
|
Reference in New Issue
Block a user