mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Remove obsolete comment in snapbuild.c.
Commits955a684e04
anda975ff4980
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
This commit is contained in:
@@ -1422,7 +1422,6 @@ SnapBuildWaitSnapshot(xl_running_xacts *running, TransactionId cutoff)
|
|||||||
* We store current state of struct SnapBuild on disk in the following manner:
|
* We store current state of struct SnapBuild on disk in the following manner:
|
||||||
*
|
*
|
||||||
* struct SnapBuildOnDisk;
|
* struct SnapBuildOnDisk;
|
||||||
* TransactionId * running.xcnt_space;
|
|
||||||
* TransactionId * committed.xcnt; (*not xcnt_space*)
|
* TransactionId * committed.xcnt; (*not xcnt_space*)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user