""ipig"" <[EMAIL PROTECTED]> wrote > > in postgresql-8.1.3/src/backend/storage/lmgr/proc.c > there are 2 function InitProcess and InitDummyProcess, both use > " if (MyProc != NULL) > elog(ERROR, "you already exist"); " (line 215 and 315) > > why use " != " ? >
I guess you misread "exist" to "exit"? Try to change "!=" to whatever you think of, and see what will happen. Regards, Qingqing ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster