修复TvFetchSnpxminRecycle注释笔误

This commit is contained in:
z00848344
2023-12-11 18:50:27 +08:00
parent 0301f01fcc
commit c531a59461

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);