pgsql: Make record_out and record_send extract type information from the

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make record_out and record_send extract type information from the
Date: 2005-04-30 20:04:33
Message-ID: 20050430200433.7E48654304@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
rowtypes.c (r1.9 -> r1.10)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/rowtypes.c.diff?r1=1.9&r2=1.10)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-30 20:04:47 pgsql: Make record_out and record_send extract type information from the
Previous Message James William Pye 2005-04-30 19:20:23 python - be: Move the XD(transaction dict) feature to the PL.