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

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: vacuum analyze fails: ERROR: Unable to locate type oid 2230924 in catalog
Дата
Msg-id 20010227134324V.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: vacuum analyze fails: ERROR: Unable to locate type oid 2230924 in catalog  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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

I see.
--
Tatsuo Ishii


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

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