fix comment for CanTupleInertGSC

This commit is contained in:
yaojun
2023-08-11 10:35:00 +08:00
parent 76b17c28a0
commit 2cd06dc575

View File

@ -39,8 +39,8 @@
/*
* for tuple uncommitted or being deleted, we dont sure it whether it will be committed or aborted,
* so just store them into localcatcache, and invalid them by si msg
* for tuple uncommitted or being deleted, we don't sure whether it will be committed or aborted,
* so just store them into local cache, and invalid them by send message
*/
inline bool CanTupleInertGSC(HeapTuple tuple)
{