diff options
| author | Pavan Deolasee | 2015-05-21 10:23:04 +0000 |
|---|---|---|
| committer | Pavan Deolasee | 2015-05-21 10:23:04 +0000 |
| commit | c69a3ead1ea10c2098abe623213fc08eecd28a0d (patch) | |
| tree | 3c467e44a6e492f76aa2a98929d197d7d927c891 /src/include | |
| parent | 4dec5cbb6aa480d45f771ed35992a1dc1d07a960 (diff) | |
Rename gti_backend_id to gti_proxy_client_id which is a better description of
what it holds
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gtm/gtm_txn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gtm/gtm_txn.h b/src/include/gtm/gtm_txn.h index 2b338d570d..1dc855e6bc 100644 --- a/src/include/gtm/gtm_txn.h +++ b/src/include/gtm/gtm_txn.h @@ -120,7 +120,7 @@ typedef struct GTM_TransactionInfo GlobalTransactionId gti_xmin; GTM_IsolationLevel gti_isolevel; bool gti_readonly; - GTMProxy_ConnID gti_backend_id; + GTMProxy_ConnID gti_proxy_client_id; char *nodestring; /* List of nodes prepared */ char *gti_gid; |
