Hi,
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 " != " ?
Best regards.
|
- [HACKERS] Why use " != " ipig
- Re: [HACKERS] Why use " != " Qingqing Zhou
- Re: [HACKERS] Why use " != " Gurjeet Singh