postgresql/src/backend/utils/cache
Tom Lane 996659f255 Fix handling of type tuple associated with a temp relation. We have
to apply the tempname->realname mapping to type name lookup as well
as relation name lookup, else the type tuple will not be found when
wanted.  This fixes bugs like this one:
create temp table foo (f1 int);
select foo.f2 from foo;
ERROR:  Unable to locate type name 'foo' in catalog
2000-06-20 01:41:22 +00:00
..
catcache.c Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc 2000-06-19 03:55:01 +00:00
fcache.c init_fcache was being careless about using SearchSysCacheTuple result 2000-06-06 17:44:25 +00:00
inval.c Mark ImmediateSharedRelationCacheInvalidate as NOT_USED. 2000-06-08 19:51:06 +00:00
lsyscache.c Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
Makefile Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
rel.c Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
relcache.c Modify index-opening code to guarantee that the indexes of a relation 2000-06-19 23:40:48 +00:00
syscache.c Fix handling of type tuple associated with a temp relation. We have 2000-06-20 01:41:22 +00:00
temprel.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00