From 1d27488f6be6ca3c9cfc1259d8b596c2c59b0732 Mon Sep 17 00:00:00 2001 From: muyulinzhong Date: Wed, 13 Dec 2023 17:06:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E3=80=90TxnSnapInsert(voi?= =?UTF-8?q?d)=E6=B3=A8=E9=87=8A=E6=9C=89=E8=AF=AF=E3=80=91=20=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gausskernel/process/postmaster/snapcapturer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gausskernel/process/postmaster/snapcapturer.cpp b/src/gausskernel/process/postmaster/snapcapturer.cpp index 5ad55b7db..fe1eea3c1 100644 --- a/src/gausskernel/process/postmaster/snapcapturer.cpp +++ b/src/gausskernel/process/postmaster/snapcapturer.cpp @@ -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) {