• Stephen Frost's avatar
    Add ANALYZE into regression tests · b3e65937
    Stephen Frost authored
    Looks like we can end up with different plans happening on the
    buildfarm, which breaks the regression tests when we include
    EXPLAIN output (which is done in the regression tests for
    updatable security views, to ensure that the user-defined
    function isn't pushed down to a level where it could view the
    rows before the security quals are applied).
    
    This adds in ANALYZE to hopefully make the plans consistent.
    The ANALYZE ends up changing the original plan too, so the
    update looks bigger than it really is.  The new plan looks
    perfectly valid, of course.
    b3e65937
updatable_views.out 79.4 KB