Обсуждение: pgsql: Modify information_schema._pg_keysequal() to avoid search path

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)