record_out and friends need to cope with dropped columns in the row

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

Commit: 5cc38649d4ecc2f3134852758de5d902bf3b8989
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-08-04T19:31:15Z
Releases: 8.0.0
record_out and friends need to cope with dropped columns in the row
datatype.  Per example from Gaetano Mendola, 2004-07-25.

Files

PathChange+/−
src/backend/utils/adt/rowtypes.c modified +69 −30