On Wed, 2004-09-08 at 16:31 -0400, Alvaro Herrera wrote: > Here is a simple patch that changes heap_modifytuple to require a > TupleDesc instead of a Relation (driven off a comment in the same > function).
Patch applied to HEAD. I went to the trouble of checking the call sites of heap_modifytuple() and using the TupleDesc of the relation if we have already fetched it, rather than calling RelationGetDescr() again. Thanks for the patch. -Neil ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster