Re: BUG #5942: pg_trgm.sql has cyclic dependency on type gtrgm creation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Arthur Nascimento" <tureba(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5942: pg_trgm.sql has cyclic dependency on type gtrgm creation
Date: 2011-03-23 22:47:40
Message-ID: 6597.1300920460@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Arthur Nascimento" <tureba(at)gmail(dot)com> writes:
> When creating the gtrgm type, it depends on gtrgm_{in,out}. These functions
> also depend on the type, so there is a cyclic dependency on creation of the
> type.

> The command psql -f sharedir/contrib/pg_trgm.sql crashes for me accusing
> this error.

Crashes how? That script works fine for everybody else. You might get
some notices but not a crash.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Daniel Ceregatti 2011-03-23 23:01:59 BUG #5943: jdbc client doesn't omit pg_toast_temp tables from schema views
Previous Message Alvaro Herrera 2011-03-23 21:33:27 Re: Warm Standby startup process unconditionally hangs