]> granicus.if.org Git - postgresql/commit
Alter string format used for integer and OID lists in stored rules.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 May 2004 21:21:18 +0000 (21:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 May 2004 21:21:18 +0000 (21:21 +0000)
commitc00b309932b83e7c256a806223078f98d54f6cde
tree74fa1a0cbdb8d4bb4515167ffaed4964d8c32d05
parent4af3421161ce7847a019ec0799c898586574801f
Alter string format used for integer and OID lists in stored rules.
This simplifies and speeds up the reader by letting it get the representation
right the first time, rather than correcting it after-the-fact.  Also,
after int and OID lists become separate node types per Neil's pending
patch, this will let us treat these lists as just plain Nodes instead
of requiring separate read/write macros the way we have now.
src/backend/nodes/outfuncs.c
src/backend/nodes/print.c
src/backend/nodes/read.c
src/backend/nodes/readfuncs.c
src/include/catalog/catversion.h