diff options
author | Amit Kapila <akapila@postgresql.org> | 2021-10-05 09:05:40 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2021-10-05 09:05:40 +0530 |
commit | 826584fa5284341c601f3c49804dfa9c02295554 (patch) | |
tree | 6e378f564911648143287644d9b0fc4ef92c4e48 /src | |
parent | 0b0d277c35533baecc8d1a9356f71de5f2ee0bd8 (diff) | |
download | postgresql-826584fa5284341c601f3c49804dfa9c02295554.tar.gz postgresql-826584fa5284341c601f3c49804dfa9c02295554.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/replication/logical/snapbuild.c | 1 |
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*) * */ |