summaryrefslogtreecommitdiff
path: root/contrib/intarray/intarray.control
diff options
context:
space:
mode:
authorTom Lane2011-02-18 16:55:57 +0000
committerTom Lane2011-02-18 16:55:57 +0000
commit472f608e436a41865b795c999bda3369725fa097 (patch)
treeaac071c5899914eacd52e2f9df292134f7212cf4 /contrib/intarray/intarray.control
parenta5dfc94c9a2e6c0c7e0ed97d22ebff37cf7d9038 (diff)
One more hack to make contrib upgrades from 9.0 match fresh 9.1 installs.
intarray and tsearch2 both reference core support functions in their GIN opclasses, and the signatures of those functions changed for 9.1. We added backwards-compatible pg_proc entries for the functions in order to allow 9.0 dump files to be restored at all, but that hack leaves the opclasses pointing at pg_proc entries different from what they'd point to if the contrib modules were installed fresh in 9.1. To forestall any possibility of future problems, fix the opclasses to match fresh installs via the expedient of direct UPDATEs on pg_amproc in the update-from-unpackaged scripts. (Yech ... but the alternatives are worse, or require far more effort than seems justified right now.) Note: updating pg_amproc is sufficient because there will be no pg_depend entries corresponding to these dependencies, since the referenced functions are all pinned.
Diffstat (limited to 'contrib/intarray/intarray.control')
0 files changed, 0 insertions, 0 deletions