Why use " != "

Поиск
Список
Период
Сортировка
От ipig
Тема Why use " != "
Дата
Msg-id 004601c6788e$d7254170$8c01a8c0@homepig
обсуждение исходный текст
Ответы Re: Why use " != "
Список 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 по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Compression and on-disk sorting
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: audit table containing Select statements submitted