Datum value;boolisnull;/* Found the tuple, get description field */value =heap_getattr(tuple, Anum_pg_description_description, tupdesc, &isnull);if(!isnull) comment = TextDatumGetCString(value);break;/* Assume there can be only one match */} systable_endscan(sd);/* Done */heap_clo...
fastgetattr and heap_getattr are converted to inline functions in e27f4ee0a701, while some comments still referring them as macros. -- Regards Junwang Zhao 0001-stale-comments-about-fastgetattr-and-heap_getattr.patch Description: Binary dataPrevious message View by thread View by date Next messa...