aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-02-05 04:21:56 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-02-05 04:21:56 +0000
commit692cfec8aa2b438014395b6f64b07cdae54827f6 (patch)
tree68210a92d78aef41decc38b3f147ec9f69f4d613 /src
parent7b6cbd53f7930838060dcec1503d1be1fb4ac5f0 (diff)
downloadpostgresql-692cfec8aa2b438014395b6f64b07cdae54827f6.tar.gz
postgresql-692cfec8aa2b438014395b6f64b07cdae54827f6.zip
init_fixup_addr() function removed, so port-protos.h no longer required
Diffstat (limited to 'src')
-rw-r--r--src/backend/main/main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/main/main.c b/src/backend/main/main.c
index 8cfce24e1ad..4c78339ad42 100644
--- a/src/backend/main/main.c
+++ b/src/backend/main/main.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.12 1998/02/03 01:25:23 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.13 1998/02/05 04:21:56 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -22,9 +22,6 @@
#include "miscadmin.h"
#include "bootstrap/bootstrap.h"/* for BootstrapMain() */
#include "tcop/tcopprot.h" /* for PostgresMain() */
-#if defined(NOFIXADE) || defined(NOPRINTADE)
-# include "port-protos.h" /* for init_address_fixup() */
-#endif
#define NOROOTEXEC "\
\n\"root\" execution of the PostgreSQL backend is not permitted\n\n\