Hi~

Just found 'relam' field is assigned twice during relcache initialization. We
have a specific area for initialization AM related stuff several lines later:

/*
* initialize the table am handler
*/
relation->rd_rel->relam = HEAP_TABLE_AM_OID;
relation->rd_tableam = GetHeapamTableAmRoutine();


so previous assignment seems not needed and can be removed.



Regards, Jingtang

Attachment: 0001-Remove-redundant-initialization-of-table-AM-oid-in-r.patch
Description: Binary data

Reply via email to