]> granicus.if.org Git - postgresql/commit
Ensure that the Datum generated from a whole-row Var contains valid
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Oct 2005 18:18:33 +0000 (18:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Oct 2005 18:18:33 +0000 (18:18 +0000)
commit07908c9c370ee0715f8e1dfe0c17fbba335003c6
tree19dc874aa9a9fa9266fd6ca1e685d7186939f925
parent32fcfcdbd66368c51c5561329d2a003eaff1fd64
Ensure that the Datum generated from a whole-row Var contains valid
type ID information even when it's a record type.  This is needed to
handle whole-row Vars referencing subquery outputs.  Per example from
Richard Huxton.
src/backend/access/common/heaptuple.c
src/backend/executor/execQual.c