postgresql/src/backend/utils/cache
Tom Lane 22c64f1834 When compiling with --enable-cassert, check for reference count leaks
in the relcache.  It's rather silly that we have reference count leak
checks in bufmgr and in catcache, but not in relcache which will normally
have many fewer entries.  Chris K-L would have caught at least one bug
in his recent DROP patch if he'd had this.
2002-08-02 22:36:05 +00:00
..
catcache.c oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
fcache.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
inval.c oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
lsyscache.c ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
Makefile Reimplement temp tables using schemas. The temp table map is history; 2002-03-31 06:26:32 +00:00
relcache.c When compiling with --enable-cassert, check for reference count leaks 2002-08-02 22:36:05 +00:00
syscache.c ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00