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...