ereport(LOG,
(errmsg("logical decoding found consistent point at %X/%X",
(uint32) (lsn >> 32), (uint32) lsn),
- errdetail("running xacts with xcnt == 0")));
+ errdetail("There are no running transactions.")));
return false;
}
ereport(LOG,
(errmsg("logical decoding found consistent point at %X/%X",
(uint32) (lsn >> 32), (uint32) lsn),
- errdetail("found initial snapshot in snapbuild file")));
+ errdetail("Logical decoding will begin using saved snapshot.")));
return true;
snapshot_not_interesting: