Skip to content

Commit 826584f

Browse files
author
Amit Kapila
committed
Remove obsolete comment in snapbuild.c.
Commits 955a684 and a975ff4 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
1 parent 0b0d277 commit 826584f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/replication/logical/snapbuild.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,6 @@ SnapBuildWaitSnapshot(xl_running_xacts *running, TransactionId cutoff)
14221422
* We store current state of struct SnapBuild on disk in the following manner:
14231423
*
14241424
* struct SnapBuildOnDisk;
1425-
* TransactionId * running.xcnt_space;
14261425
* TransactionId * committed.xcnt; (*not xcnt_space*)
14271426
*
14281427
*/

0 commit comments

Comments
 (0)