From: Pavan Deolasee Date: Mon, 19 Dec 2016 05:21:12 +0000 (+0530) Subject: Correctly identify MSG_BARRIER as a proxy command X-Git-Tag: XL_10_R1BETA1~336 X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=97b8a00f0be9d6dad4a209b7979358ce4a53a3ca;p=postgres-xl.git Correctly identify MSG_BARRIER as a proxy command --- diff --git a/src/gtm/proxy/proxy_main.c b/src/gtm/proxy/proxy_main.c index e03e3e8b34..4af793df27 100644 --- a/src/gtm/proxy/proxy_main.c +++ b/src/gtm/proxy/proxy_main.c @@ -1739,6 +1739,7 @@ IsProxiedMessage(GTM_MessageType mtype) case MSG_SEQUENCE_ALTER: case MSG_SNAPSHOT_GET: case MSG_TXN_COMMIT: + case MSG_BARRIER: return true; default: