]> granicus.if.org Git - postgresql/commit
Restructure outfuncs and readfuncs to use macros in the same style as
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Nov 2002 18:12:12 +0000 (18:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Nov 2002 18:12:12 +0000 (18:12 +0000)
commitdbe100c4022e0125c103c3c0818ac5b327cc8283
treedb5286837ed09f35740f3230c1832fb7c97a5d40
parent0aa5b6866e5f72f094b79ff41c5d36d81800f964
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).
src/backend/nodes/outfuncs.c
src/backend/nodes/read.c
src/backend/nodes/readfuncs.c
src/include/catalog/catversion.h
src/include/nodes/readfuncs.h