@ -2248,7 +2248,7 @@ heap_insert(Relation relation, HeapTuple tup, CommandId cid,
ReleaseBuffer ( vmbuffer ) ;
ReleaseBuffer ( vmbuffer ) ;
/*
/*
* If tuple is cachable , mark it for invalidation from the caches in case
* If tuple is cache able , mark it for invalidation from the caches in case
* we abort . Note it is OK to do this after releasing the buffer , because
* we abort . Note it is OK to do this after releasing the buffer , because
* the heaptup data structure is all in local memory , not in the shared
* the heaptup data structure is all in local memory , not in the shared
* buffer .
* buffer .
@ -2700,7 +2700,7 @@ heap_multi_insert(Relation relation, TupleTableSlot **slots, int ntuples,
CheckForSerializableConflictIn ( relation , NULL , InvalidBlockNumber ) ;
CheckForSerializableConflictIn ( relation , NULL , InvalidBlockNumber ) ;
/*
/*
* If tuples are cachable , mark them for invalidation from the caches in
* If tuples are cache able , mark them for invalidation from the caches in
* case we abort . Note it is OK to do this after releasing the buffer ,
* case we abort . Note it is OK to do this after releasing the buffer ,
* because the heaptuples data structure is all in local memory , not in
* because the heaptuples data structure is all in local memory , not in
* the shared buffer .
* the shared buffer .