Restructure outfuncs and readfuncs to use macros in the same style as

Tom Lane <tgl@sss.pgh.pa.us>

Commit: dbe100c4022e0125c103c3c0818ac5b327cc8283
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-11-25T18:12:12Z
Releases: 7.4.1
Restructure outfuncs and readfuncs to use macros in the same style as
just done for copyfuncs/equalfuncs.  Read functions in particular get
a lot shorter than before, and it's much easier to compare an out function
with the corresponding read function to make sure they agree.
initdb forced due to small changes in nodestring format (regularizing
a few cases that were formerly idiosyncratic).

Files

PathChange+/−
src/backend/nodes/outfuncs.c modified +629 −827
src/backend/nodes/read.c modified +8 −8
src/backend/nodes/readfuncs.c modified +557 −1991
src/include/catalog/catversion.h modified +2 −2
src/include/nodes/readfuncs.h modified +2 −2