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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/commands/copy.c backe ...
Date: 2002-08-19 15:08:47
Message-ID: 20020819150847.CB2C44760E6@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Lockhart 2002-08-19 16:24:21 Re: [COMMITTERS] pgsql-server/src backend/tcop/postgres.cbacke
Previous Message Tatsuo Ishii 2002-08-19 04:58:26 pgsql-server/src/backend/utils/mb Tag: REL7_2_ ...