Why use " != " - Mailing list pgsql-hackers

From ipig
Subject Why use " != "
Date
Msg-id 004601c6788e$d7254170$8c01a8c0@homepig
Whole thread Raw
Responses Re: Why use " != "
List pgsql-hackers
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.

pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Compression and on-disk sorting
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: audit table containing Select statements submitted