Re: vacuum analyze fails: ERROR: Unable to locate type oid 2230924 in catalog

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: vacuum analyze fails: ERROR: Unable to locate type oid 2230924 in catalog
Дата
Msg-id 28078.983248764@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: vacuum analyze fails: ERROR: Unable to locate type oid 2230924 in catalog  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: vacuum analyze fails: ERROR: Unable to locate type oid 2230924 in catalog
Список pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> I thought "typeidIsValid(targetTypeId) == false" is better than
> "!typeidIsValid(targetTypeId)"?

I've always thought that "== true" and "== false" on something that's
already a boolean are not good style.  It's a matter of taste I suppose.
But note that the existing calls on typeidIsValid are coded that way...
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Re[2]: Re: [PATCHES] A patch for xlog.c
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: vacuum analyze fails: ERROR: Unable to locate type oid 2230924 in catalog