!4619 修复“TxnSnapInsert(void)注释有误”的问题

Merge pull request !4619 from songlinxuan/master
This commit is contained in:
opengauss_bot
2023-12-18 07:38:16 +00:00
committed by Gitee

View File

@ -253,7 +253,7 @@ void TxnSnapDeserialize(char *buf, Snapshot snap)
}
/*
* Get the current snapshot and record to pg_snapshot.
* Get the current snapshot and record to gs_txn_snapshot.
*/
static void TxnSnapInsert(void)
{
@ -352,7 +352,7 @@ static void TxnReportRecycleXmin()
/*
* TxnSnapWorkerImpl
*
* maintains the sys table pg_snapshot.
* maintains the sys table gs_txn_snapshot.
*/
static void TxnSnapWorkerImpl(void)
{