summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/gtm/gtm_proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gtm/gtm_proxy.h b/src/include/gtm/gtm_proxy.h
index c9426390e3..93d1693d4b 100644
--- a/src/include/gtm/gtm_proxy.h
+++ b/src/include/gtm/gtm_proxy.h
@@ -69,6 +69,7 @@ typedef struct GTMProxy_ThreadInfo
*/
GTM_ThreadID thr_id;
uint32 thr_localid;
+ bool is_main_thread;
void * (* thr_startroutine)(void *);
MemoryContext thr_thread_context;