""ipig"" <ipig(at)ercist(dot)iscas(dot)ac(dot)cn> 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