]> granicus.if.org Git - postgresql/commit
Make record_out and record_send extract type information from the passed
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 30 Apr 2005 20:04:33 +0000 (20:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 30 Apr 2005 20:04:33 +0000 (20:04 +0000)
commitd7018abe0678e49d81c0d65689daa5b24c4a7f47
treeeccd88954a741949d9c62f5f834171f93bdaf220
parent93b24772782e7518dee2f85366aa7a80a2beb937
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.
src/backend/utils/adt/rowtypes.c