Broken Catalog? -- 7.4.2 - Mailing list pgsql-hackers

From Rod Taylor
Subject Broken Catalog? -- 7.4.2
Date
Msg-id 1083029785.30065.26.camel@jester
Whole thread Raw
Responses Re: Broken Catalog? -- 7.4.2
List pgsql-hackers
The function format_type() fails only for interval when used on the
interval type

template1=# select format_type(oid, typlen) from pg_type;
ERROR:  invalid INTERVAL typmod: 0xc
template1=# select format_type(oid, typlen) from pg_type where typname
!= 'interval';
-- Many results




pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: PITR Phase 1 - Test results
Next
From: Alvaro Herrera
Date:
Subject: Re: Thread code not vpath-safe