mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
More stuff to make it compile on various ports.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.26 1996/11/24 04:07:00 bryanh Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.27 1996/11/27 08:15:36 bryanh Exp $
|
||||
*
|
||||
* NOTES
|
||||
*
|
||||
@@ -80,6 +80,7 @@
|
||||
#include "utils/mcxt.h"
|
||||
#include "storage/proc.h"
|
||||
#include "utils/elog.h"
|
||||
#include "port-protos.h" /* For gethostname() */
|
||||
|
||||
#if defined(DBX_VERSION)
|
||||
# define FORK() (0)
|
||||
|
||||
Reference in New Issue
Block a user