pgsql: Fix spccache.c to not suppose that a cache entry will live across

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix spccache.c to not suppose that a cache entry will live across
Date: 2010-01-06 23:00:03
Message-ID: 20100106230003.0D8727541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix spccache.c to not suppose that a cache entry will live across database
access, per testing with CLOBBER_CACHE_ALWAYS. Minor other editorialization.

Modified Files:
--------------
pgsql/src/backend/utils/cache:
spccache.c (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/spccache.c?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-01-06 23:11:39 Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Previous Message Tom Lane 2010-01-06 22:27:09 pgsql: Access hash entry before freeing it, not after.