git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: a1dfaef) | patch
Fix handling of type tuple associated with a temp relation. We have
2000年6月20日 01:41:22 +0000 (01:41 +0000)
2000年6月20日 01:41:22 +0000 (01:41 +0000)
commit 996659f2556843490827eb5027b53bac4b10783d
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
src/backend/parser/parse_relation.c diff | blob | blame | history
src/backend/utils/cache/syscache.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /