pgsql: Separate the functions of relcache entry flush and smgr cache

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Separate the functions of relcache entry flush and smgr cache
Date: 2005-01-10 21:57:21
Message-ID: 20050110215721.75E173A5734@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Separate the functions of relcache entry flush and smgr cache entry flush
so that we can get the size of a shared inval message back down to what it
was in 7.4 (and simplify the logic too). Phase 2 of fixing the
'SMgrRelation hashtable corrupted' problem.

Modified Files:
--------------
pgsql/src/backend/utils/cache:
inval.c (r1.69 -> r1.70)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/inval.c.diff?r1=1.69&r2=1.70)
pgsql/src/include/storage:
sinval.h (r1.39 -> r1.40)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/sinval.h.diff?r1=1.39&r2=1.40)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Marc G. Fournier 2005-01-10 23:00:21 Re: pgsql: Separate the functions of relcache entry
Previous Message User Madness 2005-01-10 21:02:48 press - pr: fixed an URL