Remove an obsolete comment in snapbuild.c - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Remove an obsolete comment in snapbuild.c
Date
Msg-id CAD21AoBifOr7RS=jRe7YCavc646y9omChv6zkWXvJeZcjS9mXA@mail.gmail.com
Whole thread Raw
Responses Re: Remove an obsolete comment in snapbuild.c  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
Hi all,

While reading the code I realized that the following comment of
SnapBuildOnDick is obsolete:

/*
 * 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*)
 *
 */
typedef struct SnapBuildOnDisk

Since SnapBuild has no longer "running" struct, it should be removed.
Please find an attached patch.

Regards,

-- 
Masahiko Sawada
EDB:  https://www.enterprisedb.com/

Attachment

pgsql-hackers by date:

Previous
From: Alexander Pyhalov
Date:
Subject: Re: Function scan FDW pushdown
Next
From: Bharath Rupireddy
Date:
Subject: replace InvalidXid(a macro that doesn't exist) with InvalidTransactionId(a macro that exists) in code comments