Make record_out and record_send extract type information from the passed

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

Commit: d7018abe0678e49d81c0d65689daa5b24c4a7f47
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-04-30T20:04:33Z
Releases: 8.1.0
Make record_out and record_send extract type information from the passed
record object itself, rather than relying on a second OID argument to be
correct.  This patch just changes the function behavior and not the
catalogs, so it's OK to back-patch to 8.0.  Will remove the now-redundant
second argument in pg_proc in a separate patch in HEAD only.

Files

PathChange+/−
src/backend/utils/adt/rowtypes.c modified +9 −27