!4599 修正TvFetchSnpxminRecycle注释笔误

Merge pull request !4599 from 张悦萌/fix-tcap-comment
This commit is contained in:
opengauss_bot
2023-12-13 02:27:34 +00:00
committed by Gitee

View File

@ -277,7 +277,8 @@ TransactionId TvFetchSnpxminRecycle()
/* Limit 1 */
if (tup == NULL) {
ereport(LOG, (errmodule(MOD_TIMECAPSULE),
errmsg("cannot find the recent restore point greate and equal 3 in timecapsule systable, return 0.")));
errmsg("cannot find the recent restore point greater than "
"or equal to 3 in timecapsule systable, return 0.")));
} else {
value = heap_getattr(tup, Anum_pg_snapshot_snpxmin, RelationGetDescr(rel), &isnull);
snapxmin = Int64GetDatum(value);