]> 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:46 +0000 (20:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 30 Apr 2005 20:04:46 +0000 (20:04 +0000)
commit50433d6533926eed381953a2299f1034100b4242
tree006e6b62329440e188119b71ac146a0c51adf7f1
parent757956ec47589e1c2c97660f90c89ea0e02a13f7
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