8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6cbd5 commit 692cfecCopy full SHA for 692cfec
src/backend/main/main.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -22,9 +22,6 @@
22
#include "miscadmin.h"
23
#include "bootstrap/bootstrap.h"/* for BootstrapMain() */
24
#include "tcop/tcopprot.h" /* for PostgresMain() */
25
-#if defined(NOFIXADE) || defined(NOPRINTADE)
26
-# include "port-protos.h" /* for init_address_fixup() */
27
-#endif
28
29
#define NOROOTEXEC "\
30
\n\"root\" execution of the PostgreSQL backend is not permitted\n\n\
0 commit comments