• Tom Lane's avatar
    Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by · 25b9b1b0
    Tom Lane authored
    our own command (or more generally, xmin = our xact and cmin >= current
    command ID) should not be seen as good.  Else we may try to update rows
    we already updated.  This error was inserted last August while fixing the
    even bigger problem that the old coding wouldn't see *any* tuples inserted
    by our own transaction as good.  Per report from Euler Taveira de Oliveira.
    25b9b1b0
trigger.c 85.6 KB