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

2001-02-26 Thread Tom Lane
Tatsuo Ishii [EMAIL PROTECTED] writes: *** parse_coerce.c.orig Sat Feb 3 20:07:53 2001 --- parse_coerce.cTue Feb 27 11:33:01 2001 *** *** 190,195 --- 190,201 Oid inputTypeId = input_typeids[i]; Oid

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

2001-02-26 Thread Tom Lane
Tatsuo Ishii [EMAIL PROTECTED] 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