pgsql: Access hash entry before freeing it, not after.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Access hash entry before freeing it, not after.
Date: 2010-01-06 22:27:09
Message-ID: 20100106222709.2AE617541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Access hash entry before freeing it, not after.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-01-06 23:00:03 pgsql: Fix spccache.c to not suppose that a cache entry will live across
Previous Message Tom Lane 2010-01-06 22:11:23 Re: [COMMITTERS] pgsql: Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).