/* ----------------
* nocachegetattr
*
- * This only gets called from fastgetattr() macro, in cases where
- * we can't use a cacheoffset and the value is not null.
+ * This only gets called from fastgetattr(), in cases where we
+ * can't use a cacheoffset and the value is not null.
*
* This caches attribute offsets in the attribute descriptor.
*
*
* Fetch the value of a system attribute for a tuple.
*
- * This is a support routine for the heap_getattr macro. The macro
- * has already determined that the attnum refers to a system attribute.
+ * This is a support routine for heap_getattr(). The function has already
+ * determined that the attnum refers to a system attribute.
* ----------------
*/
Datum