summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kapila2021-10-05 03:35:40 +0000
committerAmit Kapila2021-10-05 03:35:40 +0000
commit826584fa5284341c601f3c49804dfa9c02295554 (patch)
tree6e378f564911648143287644d9b0fc4ef92c4e48
parent0b0d277c35533baecc8d1a9356f71de5f2ee0bd8 (diff)
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
-rw-r--r--src/backend/replication/logical/snapbuild.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/replication/logical/snapbuild.c b/src/backend/replication/logical/snapbuild.c
index a14a3d69005..a5333349a8a 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*)
*
*/