• Tom Lane's avatar
    Fix caching of foreign-key-checking queries so that when a replan is needed, · 1cd93560
    Tom Lane authored
    we regenerate the SQL query text not merely the plan derived from it.  This
    is needed to handle contingencies such as renaming of a table or column
    used in an FK.  Pre-8.3, such cases worked despite the lack of replanning
    (because the cached plan needn't actually change), so this is a regression.
    Per bug #4417 from Benjamin Bihler.
    1cd93560
plancache.h 5.04 KB