Joe Conway <[EMAIL PROTECTED]> writes:
> But BuildDescForRelation leaves initializes the tupdesc like this:
> desc = CreateTemplateTupleDesc(natts, UNDEFOID);
> The UNDEFOID later causes an assertion failure in heap_formtuple when
> you try to use the tupdesc to build a tuple.
So far, I haven't seen any reason to think that that three-way has-OID
stuff accomplishes anything but causing trouble ... but I've applied
this patch for the moment. I hope to get around to reviewing the
HeapTupleHeader hacks later in the weekend.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])