pgsql/src/backend/nodes (outfuncs.c read.c readfuncs.c)

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/nodes (outfuncs.c read.c readfuncs.c)
Дата
Msg-id 200101070108.f0718mG45346@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Saturday, January  6, 2001 @ 20:08:48
Author: tgl

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

Modified Files:
    outfuncs.c read.c readfuncs.c

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

Modify readfuncs so that recursive use of stringToNode will not crash
and burn.  Just for added luck, change reading of CONST nodes so that
we do not need to consult pg_type rows while reading them; this means
that no database access occurs during stringToNode.  This requires
changing the order in which const-node fields are written, which means
an initdb is forced.


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

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/commands (command.c)
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/include/catalog (catversion.h)