Re: Why use " != "

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: Why use " != "
Дата
Msg-id e4bgtf$2lor$1@news.hub.org
обсуждение исходный текст
Ответ на Why use " != "  ("ipig" <ipig@ercist.iscas.ac.cn>)
Список pgsql-hackers
""ipig"" <ipig@ercist.iscas.ac.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




В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: psql feature thought
Следующее
От: "Gurjeet Singh"
Дата:
Сообщение: Re: Why use " != "