pgsql: Modify information_schema._pg_keysequal() to avoid search path - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Modify information_schema._pg_keysequal() to avoid search path
Date
Msg-id 20100428211807.4AC547541D0@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Minor editorializing on pg_controldata and pg_resetxlog: adjust
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix typo, per Thom Brown.