pgsql: Modify information_schema._pg_keysequal() to avoid search path

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Modify information_schema._pg_keysequal() to avoid search path
Date: 2010-04-28 21:18:07
Message-ID: 20100428211807.4AC547541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Modify information_schema._pg_keysequal() to avoid search path risk when
contrib/intarray is loaded. Per bug #5417 from Kenaniah Cerny.

Not forcing initdb since backend doesn't directly depend on this,
and few people have run into it.

Modified Files:
--------------
pgsql/src/backend/catalog:
information_schema.sql (r1.65 -> r1.66)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/information_schema.sql?r1=1.65&r2=1.66)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-04-28 21:23:29 pgsql: Fix typo, per Thom Brown.
Previous Message Tom Lane 2010-04-28 19:38:49 pgsql: Minor editorializing on pg_controldata and pg_resetxlog: adjust