mirror of
https://github.com/postgres/postgres.git
synced 2026-03-30 22:36:05 -04:00
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 |
||
|---|---|---|
| .. | ||
| catcache.c | ||
| fcache.c | ||
| inval.c | ||
| lsyscache.c | ||
| Makefile | ||
| rel.c | ||
| relcache.c | ||
| syscache.c | ||
| temprel.c | ||