(char *) MAKE_PTR(bufHdr->data));
LocalBufferFlushCount++;
- /*
- * drop relcache refcount incremented by
- * RelationIdCacheGetRelation
- */
+ /* drop refcount incremented by RelationNodeCacheGetRelation */
RelationDecrementReferenceCount(bufrel);
}
smgrmarkdirty(DEFAULT_SMGR, bufrel, buf->tag.blockNum);
LocalBufferFlushCount++;
- /* drop relcache refcount from RelationIdCacheGetRelation */
+ /* drop relcache refcount from RelationNodeCacheGetRelation */
RelationDecrementReferenceCount(bufrel);
buf->flags &= ~BM_DIRTY;