We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent473f162 commita15d387Copy full SHA for a15d387
src/backend/replication/logical/snapbuild.c
@@ -1268,7 +1268,7 @@ SnapBuildFindSnapshot(SnapBuild *builder, XLogRecPtr lsn, xl_running_xacts *runn
1268
ereport(LOG,
1269
(errmsg("logical decoding found consistent point at %X/%X",
1270
(uint32) (lsn >>32), (uint32)lsn),
1271
-errdetail("running xacts with xcnt == 0")));
+errdetail("There are no running transactions.")));
1272
1273
return false;
1274
}
@@ -1799,7 +1799,7 @@ SnapBuildRestore(SnapBuild *builder, XLogRecPtr lsn)
1799
1800
1801
1802
-errdetail("found initial snapshot in snapbuild file")));
+errdetail("Logical decoding will begin using saved snapshot.")));
1803
return true;
1804
1805
snapshot_not_interesting: