Thread: pgsql-server/src backend/nodes/outfuncs.c back ...

pgsql-server/src backend/nodes/outfuncs.c back ...

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/11/25 13:12:12

Modified files:
    src/backend/nodes: outfuncs.c read.c readfuncs.c
    src/include/catalog: catversion.h
    src/include/nodes: readfuncs.h

Log message:
    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).