| From: | tgl(at)postgresql(dot)org |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/include/utils (catcache.h) |
| Date: | 2000-11-24 04:16:12 |
| Message-ID: | 200011240416.eAO4GCl93093@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Date: Thursday, November 23, 2000 @ 23:16:12
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/include/utils
from hub.org:/home/projects/pgsql/tmp/cvs-serv93089/include/utils
Modified Files:
catcache.h
----------------------------- Log Message -----------------------------
A catalog cache that never caches isn't much of a cache :-(. Mea culpa.
Thanks to Brian Hirt for pointing out the performance lossage.