We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822dcd9 commit 74c2304Copy full SHA for 74c2304
src/include/compat.h
@@ -1,7 +1,12 @@
1
#ifndef MTMCOMPAT_H
2
#define MTMCOMPAT_H
3
4
+/* EE pooler gets rid of static variable */
5
+#ifdef PGPRO_EE
6
+#define FeBeWaitSetCompat() (MyProcPort->pqcomm_waitset)
7
+#else
8
#define FeBeWaitSetCompat() (FeBeWaitSet)
9
+#endif
10
11
#ifdef PGPRO_EE /* atx */
12
#define BeginTransactionBlockCompat() (BeginTransactionBlock(false, NIL))
0 commit comments