!439 Remove unwanted leftover member to avoid compatibility issues in future

Merge pull request !439 from Vinoth Veeraraghavan/master
This commit is contained in:
opengauss-bot 2020-11-26 21:54:32 +08:00 committed by Gitee
commit 467acdb8ea
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ typedef struct xl_xact_assignment {
typedef struct xl_xact_commit_compact {
TimestampTz xact_time; /* time of commit */
uint64 csn; /* commit sequence number */
bool isMOTEngine; /* Indicate whether MOT Engine involves in the transaction commit */
int nsubxacts; /* number of subtransaction XIDs */
/* ARRAY OF COMMITTED SUBTRANSACTION XIDs FOLLOWS */
TransactionId subxacts[FLEXIBLE_ARRAY_MEMBER]; /* VARIABLE LENGTH ARRAY */