Modify information_schema._pg_keysequal() to avoid search path risk when

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f4ec2fabbff3fd603f17c3750e0e3a17ef685366
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-04-28T21:18:07Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/backend/catalog/information_schema.sql modified +3 −3