mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Back out last commit --- wrong patch.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.328 2003/05/02 21:52:42 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.329 2003/05/02 21:59:31 momjian Exp $
|
||||
*
|
||||
* NOTES
|
||||
* this is the "main" module of the postgres backend and
|
||||
@ -1453,7 +1453,6 @@ PostgresMain(int argc, char *argv[], const char *username)
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* -d is not the same as setting
|
||||
* log_min_messages because it enables other
|
||||
@ -1578,9 +1577,6 @@ PostgresMain(int argc, char *argv[], const char *username)
|
||||
* restart... */
|
||||
}
|
||||
BaseInit();
|
||||
#ifdef EXECBACKEND
|
||||
AttachSharedMemoryAndSemaphores();
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -1676,7 +1672,7 @@ PostgresMain(int argc, char *argv[], const char *username)
|
||||
if (!IsUnderPostmaster)
|
||||
{
|
||||
puts("\nPOSTGRES backend interactive interface ");
|
||||
puts("$Revision: 1.328 $ $Date: 2003/05/02 21:52:42 $\n");
|
||||
puts("$Revision: 1.329 $ $Date: 2003/05/02 21:59:31 $\n");
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user