1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00

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.
This commit is contained in:
Tom Lane
2001-01-07 01:08:48 +00:00
parent 1402201463
commit 4057b64f32
5 changed files with 438 additions and 459 deletions

File diff suppressed because it is too large Load Diff