From f4921e5ca38aac1214854e7226e8bb3291d60485 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 26 Jan 2004 22:51:56 +0000 Subject: Attached is a patch that fixes some trivial typos and alignment. Please apply. Alvaro Herrera --- src/backend/tcop/postgres.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index b99d6b4fe6f..4e4066a72d9 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.383 2004/01/06 23:15:22 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.384 2004/01/26 22:51:56 momjian Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -2535,9 +2535,7 @@ 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