summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorPavan Deolasee2015-05-29 09:38:01 +0000
committerPavan Deolasee2015-05-29 09:38:01 +0000
commit7a27604da9beb8eb6c1052aa59a85173eb506711 (patch)
tree5b036988b47463cb5109685c5d6d20519bfd1cc7 /src/include
parent8f541f3d31dbc0b5646714a5eae576377e1511b1 (diff)
Remove coordinator name tracking from GTM transaction info structure
This was not in use and hence removed
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gtm/gtm_txn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/gtm/gtm_txn.h b/src/include/gtm/gtm_txn.h
index 1dc855e6bc..db162bc1ae 100644
--- a/src/include/gtm/gtm_txn.h
+++ b/src/include/gtm/gtm_txn.h
@@ -116,7 +116,6 @@ typedef struct GTM_TransactionInfo
bool gti_in_use;
GlobalTransactionId gti_gxid;
GTM_TransactionStates gti_state;
- char *gti_coordname;
GlobalTransactionId gti_xmin;
GTM_IsolationLevel gti_isolevel;
bool gti_readonly;