Re: [HACKERS] double opens
От | Tom Lane |
---|---|
Тема | Re: [HACKERS] double opens |
Дата | |
Msg-id | 26034.938439253@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: [HACKERS] double opens (Bruce Momjian <maillist@candle.pha.pa.us>) |
Ответы |
Re: [HACKERS] double opens
|
Список | pgsql-hackers |
Bruce Momjian <maillist@candle.pha.pa.us> writes: > Tom, can you comment on this patch. Seems you have made changes in this > area. Thanks. This change is in place in current sources --- it's a few lines away from where Hiroshi suggested, but I don't think that makes any difference... >> *** utils/cache/relcache.c.orig Wed May 26 16:05:38 1999 >> --- utils/cache/relcache.c Wed Jul 28 13:23:49 1999 >> *************** >> *** 1282,1287 **** >> --- 1282,1288 ---- >> oldcxt = MemoryContextSwitchTo((MemoryContext) CacheCxt); >> >> RelationCacheDelete(relation); >> + smgrclose(DEFAULT_SMGR, relation); >> >> FreeTupleDesc(relation->rd_att); >> SystemCacheRelationFlushed(RelationGetRelid(relation)); >> >> >> regards, tom lane
В списке pgsql-hackers по дате отправления: