From 826584fa5284341c601f3c49804dfa9c02295554 Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Tue, 5 Oct 2021 09:05:40 +0530 Subject: [PATCH] Remove obsolete comment in snapbuild.c. Commits 955a684e04 and a975ff4980 removed the usage of running xacts information from serialized snapshots but forgot to remove the corresponding comment. Author: Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoBifOr7RS=jRe7YCavc646y9omChv6zkWXvJeZcjS9mXA@mail.gmail.com --- src/backend/replication/logical/snapbuild.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/replication/logical/snapbuild.c b/src/backend/replication/logical/snapbuild.c index a14a3d6900..a5333349a8 100644 --- a/src/backend/replication/logical/snapbuild.c +++ b/src/backend/replication/logical/snapbuild.c @@ -1422,7 +1422,6 @@ SnapBuildWaitSnapshot(xl_running_xacts *running, TransactionId cutoff) * We store current state of struct SnapBuild on disk in the following manner: * * struct SnapBuildOnDisk; - * TransactionId * running.xcnt_space; * TransactionId * committed.xcnt; (*not xcnt_space*) * */