mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
First pass through, of many to come, towards making the whole source
tree "non-PORTNAME" dependent. Technically, anything that is PORTNAME dependent should be able to be derived at compile time, through configure or through gcc
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.9 1997/09/08 02:23:24 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.10 1997/12/17 04:59:10 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "miscadmin.h"
|
||||
#include "bootstrap/bootstrap.h"/* for BootstrapMain() */
|
||||
#include "tcop/tcopprot.h" /* for PostgresMain() */
|
||||
#include "port-protos.h" /* for init_address_fixup() */
|
||||
/* #include "port-protos.h" */ /* for init_address_fixup() */
|
||||
|
||||
#define NOROOTEXEC "\
|
||||
\n\"root\" execution of the PostgreSQL backend is not permitted\n\n\
|
||||
|
||||
Reference in New Issue
Block a user