Thread: pgsql: Fix my brain fade in TRUNCATE triggers patch: can't release

pgsql: Fix my brain fade in TRUNCATE triggers patch: can't release

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Fix my brain fade in TRUNCATE triggers patch: can't release relcache refcounts
while EState still contains pointers to those relations.  Exposed by the
CLOBBER_CACHE_ALWAYS tests that buildfarm member jaguar is running (I knew
those cycles would pay off...)

Modified Files:
--------------
    pgsql/src/backend/commands:
        tablecmds.c (r1.249 -> r1.250)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c?r1=1.249&r2=1.250)