!4619 修复“TxnSnapInsert(void)注释有误”的问题
Merge pull request !4619 from songlinxuan/master
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user