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

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/nodes (outfuncs.c read.c readfuncs.c)
Date: 2001-01-07 01:08:48
Message-ID: 200101070108.f0718mG45346@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-01-07 01:08:49 pgsql/src/include/nodes (readfuncs.h)
Previous Message tgl 2001-01-07 00:05:22 pgsql/src/backend/commands (command.c)