From ede3b762a35578ddb81a6e73f629736b248e0197 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 26 Jan 2004 22:54:58 +0000 Subject: Back out win32 patch so we can apply it separately. --- src/backend/tcop/postgres.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 4e4066a72d9..f8a3bfd3bd0 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.384 2004/01/26 22:51:56 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.385 2004/01/26 22:54:57 momjian Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -2535,7 +2535,9 @@ PostgresMain(int argc, char *argv[], const char *username) errmsg("invalid command-line arguments for server process"), errhint("Try \"%s --help\" for more information.", argv[0]))); } - +#ifdef EXEC_BACKEND + AttachSharedMemoryAndSemaphores(); +#endif XLOGPathInit(); BaseInit(); -- cgit v1.2.3