pgsql/src/backend/parser (parse_relation.c)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/parser (parse_relation.c)
Дата
Msg-id 200006200141.e5K1fMk28707@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Monday, June 19, 2000 @ 21:41:21
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
     from hub.org:/home/projects/pgsql/tmp/cvs-serv28686/parser

Modified Files:
    parse_relation.c

-----------------------------  Log Message  -----------------------------

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/utils/cache (relcache.c)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/utils/cache (syscache.c)