OSDN Git Service

Allow implicit cast from any named composite type to RECORD. At the
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 May 2005 00:19:47 +0000 (00:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 May 2005 00:19:47 +0000 (00:19 +0000)
commitd468e19a061da518d99c068527a537b90a5f3abd
tree109a1123a563d8522932e192dd09c73035dc2500
parent13f75e378ef07c1d61780a29ae17ac4fd607cda5
Allow implicit cast from any named composite type to RECORD.  At the
moment this has no particular use except to allow table rows to be
passed to record_out(), but that case seems to be useful in itself
per recent example from Elein.  Further down the road we could look
at letting PL functions be declared to accept RECORD parameters.
src/backend/parser/parse_coerce.c