Re: BUG #5942: pg_trgm.sql has cyclic dependency on type gtrgm creation - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5942: pg_trgm.sql has cyclic dependency on type gtrgm creation
Date
Msg-id 6597.1300920460@sss.pgh.pa.us
Whole thread Raw
In response to BUG #5942: pg_trgm.sql has cyclic dependency on type gtrgm creation  ("Arthur Nascimento" <tureba@gmail.com>)
List pgsql-bugs
"Arthur Nascimento" <tureba@gmail.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

pgsql-bugs by date:

Previous
From: "Arthur Nascimento"
Date:
Subject: BUG #5942: pg_trgm.sql has cyclic dependency on type gtrgm creation
Next
From: "Nathan Davalos"
Date:
Subject: BUG #5944: COPY FROM doesn't work with international characters