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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix my brain fade in TRUNCATE triggers patch: can't release
Date: 2008-03-31 03:34:27
Message-ID: 20080331033427.9E6167558E7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Christopher Browne 2008-03-31 15:17:11 snapclone - pg_snapclone: New Directory
Previous Message Tom Lane 2008-03-31 02:43:14 pgsql: Use error message wordings for permissions checks on .pgpass and