Re: [BUGS] bug in dependency - there is possibility to break a system catalog

2011-10-03 Thread Tom Lane
Pavel Stehule writes: > [ we forgot to record dependencies on function default expressions ] Fixed, thanks for the report. regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/m

[BUGS] bug in dependency - there is possibility to break a system catalog

2011-10-03 Thread Pavel Stehule
Hello our customer reported a broken system dictionary. The following statements breaks a catalog: postgres=# CREATE TYPE test_type AS (a integer, b integer); CREATE TYPE Time: 61,016 ms postgres=# postgres=# CREATE FUNCTION test_func (variadic x text[] = '{NULL}'::"test_type"[]) postgres-# RETU