• Tom Lane's avatar
    Fix memory leak created by deferrable-index-constraints patches. · 034fffbf
    Tom Lane authored
    We need to free the OID list returned by ExecInsertIndexTuples to avoid
    a query-lifespan memory leak.  When many rows require rechecking, this
    can be a significant leak --- it's even more than the space used for the
    queued trigger events.
    
    Dean Rasheed
    034fffbf
nodeModifyTable.c 29.2 KB