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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/parser (parse_type.c)
Дата
Msg-id 200006061650.e56GobA57304@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Tuesday, June  6, 2000 @ 12:50:37
Author: tgl

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

Modified Files:
    parse_type.c

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

typeTypeName() must return a pstrdup'd copy of the type name, not a
direct pointer into the syscache entry for the type.  In some cases
the syscache entry might get flushed before we are done using the
returned type name.  This bug accounts for difficult-to-repeat
failures seen when INSERTs into columns of certain data types are
run in parallel with VACUUMs of system tables.  There may be related
problems elsewhere --- we need to take a harder look at uses of
syscache data.

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

Предыдущее
От: Peter Eisentraut - PostgreSQL
Дата:
Сообщение: pgsql/src/include/libpq (libpq.h)
Следующее
От: Tom Lane
Дата:
Сообщение: REL7_0_PATCHES pgsql/src/backend/parser (parse_type.c)