BUG #1010: format_type errors oin formatting type interval.

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1010: format_type errors oin formatting type interval.
Date: 2003-12-16 17:04:44
Message-ID: 20031216170444.2E5CFCF8865@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1010
Logged by: Jeff Davis
Email address: pg(at)xarg(dot)net
PostgreSQL version: 7.4
Operating system: Linux, Mac OS X 10.3
Description: format_type errors oin formatting type interval.
Details:

head=# select version();
version
--------------------------------------------------------
PostgreSQL 7.4 on powerpc-apple-darwin7.0.0, compiled by GCC gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)

head=# select pg_catalog.format_type(oid, typlen) from pg_type where typname = 'interval';
ERROR: invalid INTERVAL typmod: 0xc

Same error on linux. Does not happen on 7.3.4.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Lewis Foti 2003-12-16 18:26:23 pg_dump of table including check rule fails to restore
Previous Message PostgreSQL Bugs List 2003-12-16 17:01:48 BUG #1009: ERROR: could not open segment 1 of relation...