pgsql-server/src backend/commands/copy.c backe ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql-server/src backend/commands/copy.c backe ...
Дата
Msg-id 20020819150847.CB2C44760E6@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/08/19 11:08:47

Modified files:
    src/backend/commands: copy.c tablecmds.c
    src/backend/nodes: copyfuncs.c equalfuncs.c outfuncs.c
    src/backend/parser: analyze.c gram.y parse_target.c
    src/include/nodes: nodes.h parsenodes.h relation.h

Log message:
    Remove Ident nodetype in favor of using String nodes; this fixes some
    latent wrong-struct-type bugs and makes the coding style more uniform,
    since the majority of places working with lists of column names were
    already using Strings not Idents.  While at it, remove vestigial
    support for Stream node type, and otherwise-unreferenced nodes.h entries
    for T_TupleCount and T_BaseNode.
    NB: full recompile is recommended due to changes of Node type numbers.
    This shouldn't force an initdb though.


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

Предыдущее
От: ishii@postgresql.org (Tatsuo Ishii)
Дата:
Сообщение: pgsql-server/src/backend/utils/mb Tag: REL7_2_ ...
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/ oc/src/sgml/datatype.sgml oc/src ...