heap_modifytuple - Mailing list pgsql-patches

From Alvaro Herrera
Subject heap_modifytuple
Date
Msg-id 20040908203148.GB9734@dcc.uchile.cl
Whole thread Raw
Responses Re: heap_modifytuple
Re: heap_modifytuple
Re: heap_modifytuple
List pgsql-patches
Patchers,

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).  I didn't really look to see if anything can be simplified
because of this change.

All backend callers changed; there are no callers in contrib (that grep
can find, that is).  Regression test pass, no new compiler warning
generated.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La verdad no siempre es bonita, pero el hambre de ella sí"

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: time_t timezone
Next
From: Tom Lane
Date:
Subject: Re: heap_modifytuple