pgsql: Support functions for index opclasses should be immutable.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support functions for index opclasses should be immutable.
Date: 2007-09-30 15:48:37
Message-ID: 20070930154837.28EEC753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Support functions for index opclasses should be immutable.
Found by running opr_sanity on contrib modules.

Modified Files:
--------------
pgsql/contrib/pg_trgm:
pg_trgm.sql.in (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_trgm/pg_trgm.sql.in?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-09-30 15:52:06 pgsql: Support functions for index opclasses should be immutable.
Previous Message Tom Lane 2007-09-30 15:06:14 Re: pgsql: Applied another patch by ITAGAKI Takahiro