pgsql/src/backend/nodes (outfuncs.c read.c readfuncs.c) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/nodes (outfuncs.c read.c readfuncs.c)
Date
Msg-id 200101070108.f0718mG45346@hub.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/commands (command.c)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/include/catalog (catversion.h)