diff options
Diffstat (limited to 'src/backend/access/transam/twophase.c')
-rw-r--r-- | src/backend/access/transam/twophase.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/backend/access/transam/twophase.c b/src/backend/access/transam/twophase.c index 411e4b2267..78755c2386 100644 --- a/src/backend/access/transam/twophase.c +++ b/src/backend/access/transam/twophase.c @@ -1257,15 +1257,6 @@ StandbyTransactionIdIsPrepared(TransactionId xid) /* * FinishPreparedTransaction: execute COMMIT PREPARED or ROLLBACK PREPARED - * - *(The following comment is only for Postgres-XC) - * - * With regard to xc_maintenance_mode related to pgxc_clean, COMMIT/ROLLBACK PREPARED - * might be called in the node where the transaction with given gid does not exist. - * This may happen at the originating Coordinator. In this case, we should - * skip to handle two-phase file. - * - * Please note that we don't have to write commit/abort log to WAL in this case. */ void FinishPreparedTransaction(const char *gid, bool isCommit) |